Advanced OpenID Connect settings
When using OpenID Connect it is possible to specify what is displayed for the end-users and what is communicated between the provider and the Spotfire Server.
| Option | Description |
|---|---|
| Username claim | By default, the value of the sub claim is used. |
| Display name claim | The name of the claim from which to retrieve the display name. |
| Email claim | The name of the claim from which to retrieve the email address. |
| Domain | Three different options are supported:
|
| Scopes | Add scopes to specify which access privileges are being requested. The requested scopes should preferably give access to the name and email claims. |
| Auth request prompt value | The value to give the prompt request parameter when making the authentication request. Controls how the provider prompts the end-user. May be one of none, login, consent and select_account. This is optional. By default the parameter will be omitted from the request. |
| Custom parameters | Specify any custom parameters that will be included in the request to the authorization endpoint. |
| Background color | You can specify a background color, as a hexadecimal value, for the added provider on the login page. |
Note: For more information on advanced OpenID Connect settings, refer to
the documentation of the provider and to OpenID Connect,
https://openid.net/specs/openid-connect-core-1_0.html.
Parent topic: Web authentication
Related reference