• Web portal logo issue with load balancer

    Hi everyone,

    My environment consists of two servers connected to a load balancer. I installed the API Server on both servers, and within the API Server I inserted the new logo file for the web portal. I then configured the new logo from the One Identity…

  • Add CustomProperty to new-request-component

    Hello community,

    We are currently developing our Angular Web Portal using version 9.2.2 and have encountered the following issue:

    I would like to display an additional field, CustomProperty02 (from the AccProduct entity), when creating new requests.

    I’m aware…

  • Angular Web Portal Deployment Strategy - Transport Packages vs. Environment-specific Builds

    Hello,

    I am looking for help on the best deployment approach for our customized AngularWebPortal across multiple environments.

    Current Setup:

    • 3 environments: Production, Test, and Development (all running version 9.3.1)
    • Each environment has different…
  • Custom API issue in 9.3 Angular Web Portal

    Hi everyone,

    I created a plugin to add custom APIs to my 9.3 installation and then I loaded the plugin via the Software Loader.

    Next I need to import the plugin to my Angular Web Portal project. This is official guide about this topic: Identity Manager…

  • Request overview on identities in new angular web portal

    In the old web portal managers could choose their subordinate and view all requests made for that identity. Other people, with access rights to Responsibilities | Auditing | Identities | requests, could also view all requests made for a chosen identity…

  • Customizing the theme on 9.0 Angular portal

    I am wanting to customize the colors of the Angular portal on version 9.0LTS.  I see in version 9.2 and above there is a custom_theme SCSS file that can be modified.  How can I customize the them in 9.0LTS?  I cannot see it being documented in any guides…

  • api/imx/entityschema Error in 9.2.1 Angular Portal

    Environment

    One Identity Manager 9.2.1

    Portal

    Angular Web Portal. Installed from OOTB installer.

    Server OS

    Server 2022

    We have been getting the below error when users are trying to login to API Portal, The Login portal keeps on Loading and in the APP_Data…

  • How to theme on Angular portal for 9.0.3 LTS

    I am using an 9.0.3LTS installation of OneIdentity.  I have started the migration to Angular portal.  However, how do you theme the installations, ie change colours, fonts etc.  It appears that starting in 9.2 there is a custom_theme that you can do.  However…

  • Issue with incorrect TypedClient generation in Custom imx-api-ccc (Custom API) Angular WebPortal

    Hello All,
    We are experiencing issues with the generation of the 
    TypedClient class in our custom imx-api-ccc API. Below a screenshot showing how the TypedClient class should look and looked up to this point, with all the expected wrappers and properties.
     .

    Here…

  • Exposing Custom API Endpoint Schema to Angular Portal (GetSchema Issue Follow-Up)

    Hello dear community,

    I wanted to follow up on Nikolai's previous question regarding the schema exposure for custom CompositionApi endpoints in the Angular portal: Expose Dynamic Schema in QBM CompositionApi Endpoint in IMX API wrapper - Forum - Identity…

  • Custom theme on One Identity Manager 9.3 Web Portal stops working after first load

    Hi everyone,

    I'm running into a strange issue while trying to apply a custom theme to the One Identity Manager 9.3 Web Portal. Here's the step-by-step I followed:

    1. Cloned the official Angular portal project from One Identity’s GitHub.
    2. Modified…
  • Angular Backend - Query Data From Multiple Tables

    Hello,

    i am currently developing an custom endpoint where  i want to query data from multiple tables (via Join) and then return a custom class with this data populated.

    Something like "SELECT * FROM TABLE Person INNER JOIN PersonInDepartment  d ON…

  • How to use "OR" and "IN" in ApiServer filters

    I’m trying to figure out how to use an “OR” and an “IN” in a filter in an Angular app. 

    I can’t find any documentation on how to do this, nor any examples in the Portal code.  So, I’m just guessing at what might work…

  • Adding new columns in identites table

    I'm completely new to one identity and im using version 9.2 and need to add extra columns to the identities table. However, I'm unable to see the new columns in the schema. Can anyone help with this?
    this.qerClient.typedClient.PortalPersonAll…

  • How to enable custom theme branding in Angular portal using oneim-api-server (v9.2)

    Hello,

    I am currently working on customizing the Angular end-user portal of One Identity Manager, using the official oneim-api-server Docker image, version 9.2, deployed on Kubernetes.

    I would like to enable the use of custom themes located under:
    /var…

  • PropertyConfig -> MethodConfiguration will not remain persistent

    We have added a PropertyConfig -> MethodConfiguration -> Filter within the JSON Configuration. 

    The Filter si also described in another Forum Entry:  RE: Delegation of attestation 

    The definition we added is:

    "PropertyConfig/MethodConfiguration/delegations_UID_PersonReceiver_candidates…

  • Web Portal unusable after login

    Hi everyone,

    I'm currently testing the API Server / Web Portal (oneidentity/oneim-api:9.2) deployed in Kubernetes, and I’m encountering a critical issue.


    The App Server is deployed and reachable (tested separately).

    The API Server has 2 replicas…

  • App Server Error – /appserver/update/allowed not found (Kubernetes deployment, version 9.2)

    Hello,

    I'm currently deploying One Identity Manager 9.2 in a Kubernetes environment, using the official Docker images:

    • oneidentity/oneim-appserver:9.2

    • oneidentity/oneim-api:9.2

    Context
    • I deployed the App Server with the appropriate environment…

  • How and where to edit info boxes in the Angular portal?

    I need help with finding out how and where I can edit the text in the info boxes in the angluar portal. I want for some of these info boxes to either add more text or change the order that the senteces are written in the info box.

  • customise properties shown in the attestation snapshot

    Hi, when looking at the details of an attestation case in the Angular portal (version 9.0.3) there is a button titled "Show details" which brings up a sidesheet (AttestationSnapshotComponent) which displays a snapshot of the related objects for the attestation…

  • customise who requests can be placed for in the Angular portal

    Hi,

    I would like to customise the configuration for who the logged in person can raise requests for. There is a configuration parameter for configuring this but I cannot see where in the Angular projects it is loaded and used.

    I'd like to be able to configure…

  • I am working on imxweb using Angular. Please guide how to create a group membership request for end users?

    The project is connected to a One identity API server, from where it is fetching data. I want to create a section/menu where we can request for a group membership. It can be static or dynamic. But it should prompt user for details.

  • ParameterSet ENUM

    9.0 CU3

    Is there a full enum for ParameterSet documented publicly somewhere?

    There is no tab-completion in Manager with this so no idea what options are available except for the very few references in the forums.

  • Modern request properties and columns on PersonWantsOrg table

    We are using modern request properties on some products as we want to leverage some of the new functionality (e.g. validation scripts).

    The behaviour we have noted with these is that:

    1. New request properties shown in a pop out as the item is added to…

  • How to deploy att customizations

    I have developed some customizations on the attestations module (att project), specifically on the "loss-preview-table" component.
    How can I deploy these changes?

    I tried to build the project with the "ng build --configuration dynamic att" command…