Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable name

Data type

Description

AUTH_CLIENT_ID

string

Default client ID for authentication

AUTH_CLIENT_SECRET

string

Default client secret for authentication

AUTH_ISSUER_URI

string

URI of the issuer for authentication

AUTH_TENANT_ID

string

id of the Authorization provider tenant of the application

AUTH_URI

string

Authorization URI

AUTH_TOKEN_URI

string

Token URI for obtaining access and refresh tokens

AUTH_USER_INFO_URI

string

User info URI to obtain user details

AUTH_JWK_SET_URI

string

URI to obtain JSON Web Key Set

AUTH_END_SESSION_URI

string

End session URI for logging out

AUTH_USE_PKCE

boolean

Indicates whether Proof Key for Code Exchange (PKCE) is used

AUTH_CLIENT_ROLES_ATTRIBUTEROLE_DELIMITER

string

Attribute name for client roles

AUTH_USER_ID_ATTRIBUTE

string

Attribute name for user ID

AUTH_USER_NAME_ATTRIBUTE

string

Attribute name for user name

AUTH_FIRST_NAME_ATTRIBUTE

string

Attribute name for user's first name

AUTH_LAST_NAME_ATTRIBUTE

string

Attribute name for user's last name

AUTH_MAIL_ATTRIBUTE

string

Attribute name for user's email addresscustom delimiter for the role strings. Default: “.”

CONFIGURATION_AREA_WILDCARD

string

wildcard for non confidential configuration areas. Default: “*”

OAUTH_CLAIM_CONFIGURATION

Claim configuration. See here for details.