Adminapp UI configuration and access options
Login and logout page URL configuration options
Airlock IAM allows the configuration of custom login and after-logout Adminapp URLs, including passing the URLs as parameters when opening the Adminapp.
These settings can be configured in the Config Editor on the root-level element Adminapp >> section Advanced Settings.
Please refer to the documentation in the Config Editor for further information.
Property | Description |
---|---|
Custom Login URL | The page that the browser is redirected to instead of showing the default Adminapp login page. This can be used if authentication is done by an external service (e.g. an Airlock IAM Loginapp). |
Allowed Login URL Pattern | A regular expression describing the Adminapp login URLs that are allowed to be sent to IAM in the |
After Logout URL | The configured forward page is displayed after the logout if no location parameter is set. This property can be overridden by the Allowed After Logout URL Pattern. |
Allowed After Logout URL Pattern | A regular expression describing the logout URLs that are allowed to be sent to Airlock IAM in the |
Direct URL-based access to user management tabs
Tabs in the user management view of the Airlock IAM Adminapp can be directly accessed by providing a URL parameter.
Note that the available tabs depend on the active authentication configuration and the authentication methods configured for the user.
To access any of the available tabs, apply the following URL syntax: /auth-admin/ui/app/secure/users/<username>#<tab-id>
Default tabs:
Tab in user management | Tab ID to be used in URI fragment |
---|---|
Activities |
|
Account Links |
|
Airlock 2FA |
|
Authentication Methods |
|
Certificate |
|
Cronto |
|
Matrix Card |
|
mTAN/SMS |
|
FIDO |
|
OATH OTP |
|
Overview |
|
Password |
|
Profile |
|
OAuth 2.0 |
|
Secret Questions |
|
Vasco OTP |
|
Generic/other tabs:
Tab in Users management | Tab ID to be used in URI fragment |
---|---|
Generic authentication methods | <ID> from configuration |
User management extensions | ume-<ID> from configuration |
Adminapp skins colors
Airlock IAM allows to change the Adminapp skin color.
Static and dynamic skin color options:
- To set the static skin color (default is blue), choose a color from the list in the Adminapp >> section Advanced Settings >> property Skin Color.
- Using the URL query parameter
skin
allows overwriting the static Adminapp skin color for the session. This can be particularly useful for creating distinguishable environments between different tenant and admin views. Note that theskin
parameter uses the same color definitions from the list of available colors in the Skin Color property.
To allow theskin
parameter, enable Adminapp >> Allow Skin URL Parameter. Otherwise, the parameter is ignored.