Configuring the logo
You can define which logo to use in the web application. The logo is displayed on the login page and in the web application's header. If you do not define a logo the One Identity company logo is used.
Required configuration key:
To configure the logo
-
Log in to the Administration Portal (see Logging in to the Administration Portal).
-
In the navigation, click Configuration.
-
On the Configuration page, in the Show configuration for the following API project drop-down, select the API Server API project.
-
Expand the Company logo configuration key.
-
In the Value field, enter the logo URL. Enter the URL in one of the following formats:
-
https://www.example.com/logos/company-logo.png
-
http://www.example.com/logos/company-logo.png
-
/logos/company-logo.png (relative to the API Servers base directory)
TIP: If the logo does not appear, check the configuration of the Content Security Policy using the Content security policy for HTML applications configuration key in the API project API Server (see Configuring Content Security Policy).
-
Click Apply.
-
Perform one of the following actions:
-
If you want to apply the changes locally only, click Apply locally.
-
If you want to apply the changes globally, click Apply globally.
-
Click Apply.
Configuring managers
You can specify which identities can be selected as new managers when re-certifying or creating a new user.
Required configuration keys:
To configure managers
-
Log in to the Administration Portal (see Logging in to the Administration Portal).
-
In the navigation, click Configuration.
-
On the Configuration page, in the Show configuration for the following API project drop-down, select the API Server API project.
-
Expand the Identities that can be managers configuration key.
-
In the Value field, use a WHERE clause to enter which identities can be selected as new managers.
-
Click Apply.
-
Perform one of the following actions:
-
If you want to apply the changes locally only, click Apply locally.
-
If you want to apply the changes globally, click Apply globally.
-
Click Apply.
Configuring the user interface language
You can specify which language setting web applications use for the user interface.
Required configuration key:
To configure the user interface language
-
Log in to the Administration Portal (see Logging in to the Administration Portal).
-
In the navigation, click Configuration.
-
On the Configuration page, in the Show configuration for the following API project drop-down, select the API project whose interface language you want to configure.
-
Expand the Show configuration for the following API project configuration key.
-
Perform one of the following tasks:
-
To use the language defined in the user profile settings as the interface language, select the Use language from profile settings as interface language check box.
-
To use the language defined in the user's browser as the interface language, clear the Use language from profile settings as interface language check box.
-
Click Apply.
-
Perform one of the following actions:
-
If you want to apply the changes locally only, click Apply locally.
-
If you want to apply the changes globally, click Apply globally.
-
Click Apply.
Configuring SameSite cookies
To prevent cross-site request forgery (CSRF), you can configure the SameSite attribute for your ASP.NET session cookies.
Required configuration keys:
To configure SameSite cookies
-
Log in to the Administration Portal (see Logging in to the Administration Portal).
-
In the navigation, click Configuration.
-
On the Configuration page, in the Show configuration for the following API project drop-down, select the API Server API project.
-
Expand the SameSite cookie setting configuration key.
-
In the Value drop-down, select which type of SameSite setting to use for cookies.
-
Click Apply.
-
Perform one of the following actions:
-
If you want to apply the changes locally only, click Apply locally.
-
If you want to apply the changes globally, click Apply globally.
-
Click Apply.