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

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