• 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…

  • 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…

  • custom API Integration in angular portal

    We are using the Version 9.2 of one idenity and I have created the new page for contracts, and the API is also ready. I would like to integrate the API into the frontend. I typically handle API integration using the HttpClient in a service file. However…

  • How to allow manager to renew an access request?

    Hi.

    I need to allow managers of identities to submit a renewal request on their behalf. Currently, out of the box, they can only do it for the requests they created so where they are set as UID_PersonInserted, I think.

    I tried creating a custom Permission…

  • Calculating different form fields on Version 9.2 using New Request property

    Hello,
    I’m implementing a user onboarding form using a new request property with fields including First Name, Last Name, Middle Name, Full Name, and Default Email Address. I need to understand where to place my scripts for formatting and calculation…
  • Product visibility based on the role assigned to user

    Hello All,

    We are using One Identity Manager 9.2 version and use new Angular Web Portal.

    We are looking for the options to restrict the visibility of the certain products based on the specific roles assigned to identity. To explain in detail, below is…

  • My Processes section on Angular web portal

    Hello everyone,
    is it possible to hide the section "My Processes" on the Angular web portal?
    I'm on One Identity 9.2 on demand.
    Thank you,
    Giuseppe

  • Angular Web Not Showing Attestation and Business Role


    Hi all,

    I'm using the new angular web portal on the 9.2 version of One Identity Manager. I followed all the steps in the given link “support.oneidentity.com/.../3. Firstly, I downloaded the project from GitHub and then customized the project and built…

  • Web Portal How to change Product Name?

    Hi all,

    I cannot change the name of the product. I found how to change the logo from the admin portal, but I am unable to change the Productname. Could you assist me with this?

    Thank you,


  • Caches management of Angular Web Portal

    Hello everyone,

    We are making a custom app for one of our solution from the Angular codebase v92. We are building using npm run build. But we see there is a caches that is not getting cleared when we have deployed the custom app. Can anyone of you please…