How to Manage Angular Web Portal Colors from Configuration Instead of CSS in Angular

Hello,

I am working with One Identity Manager v10 and the Angular-based Web Portal.

At the moment, I can change portal colors by using custom CSS, but I am looking for a cleaner and more maintainable approach. My goal is to manage branding/theme changes from a supported configuration or administration panel, rather than relying on manual CSS overrides.

What I am trying to achieve:

  • Change portal colors dynamically

  • Prefer a panel/configuration-based approach

  • Avoid hardcoded CSS customizations as much as possible

  • Follow best practice for upgrade-safe customization

My questions are:

  1. In One Identity Manager v10 Angular Web Portal, is there any supported way to manage colors/theme from the administration panel or configuration layer?

  2. Are there recommended branding or theme parameters for this in Web Designer / configuration keys?

  3. Is the best practice to use configuration/theme keys plus extensions, and only use CSS as a last resort?

  4. If full panel-based theme management is not supported, what is the most upgrade-safe approach recommended by One Identity?

Today I can handle this with CSS, but I want to understand the supported and best-practice method before going further.

Thanks in advance.