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 loginUrl URL parameter.

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 afterLogoutUrl URL parameter.

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

activities

Account Links

accountlinks

Airlock 2FA

airlock2fa

Authentication Methods

authmethods

Certificate

certificate

Cronto

cronto

Matrix Card

matrix

mTAN/SMS

mtan

FIDO

fido

OATH OTP

oath

Overview

overview

Password

password

Profile

profile

OAuth 2.0

oauth

Secret Questions

secretquestion

Vasco OTP

vascootp

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 the skin parameter uses the same color definitions from the list of available colors in the Skin Color property.

    To allow the skin parameter, enable Adminapp >> Allow Skin URL Parameter. Otherwise, the parameter is ignored.