AM 7.2.2

About the UI

AM includes the following browser-based UIs:

Admin UI

Pages related to the administration of an AM server. Administrative login is delegated to the user UI.

User UI

End user pages and login pages.

When you deploy AM to protect applications, you can redirect users to AM pages for login and logout. The end user pages have ForgeRock styling and branding by default but are fully customizable. You can theme them, localize them, and change their layout.

You cannot theme, customize or localize the Admin UI.

ForgeRock provides the source code of the UI so you can customize it to fit your organization requirements. Customizing the page layout or the JavaScript resources require a complete rebuild of the UI. Other customizations, such as localizing or theming the UI, can be achieved by modifying the WAR file.

The recommended way to customize the UI is to download the source code and modify it to suit your environment. Deploy the modified UI in your AM instances as part of your environment pipelines or package it in your custom AM WAR files, then deploy them.

The UI contains the following types of resources:

UI Resources
Resources Location

JavaScript source and configuration files

openam-ui-user/src/js

CSS collections

openam-ui-user/src/resources/css

Fonts

openam-ui-user/src/resources/fonts

Images

openam-ui-user/src/resources/images

Localization files

openam-ui-user/src/resources/locales

Themes

openam-ui-user/src/resources/themes

Partials

openam-ui-user/src/resources/themes/default/partials

HTML pages

openam-ui-user/src/resources/themes/default/templates

Copyright © 2010-2023 ForgeRock, all rights reserved.