Skip to content

OpenID Connect (OIDC) Configuration

Adaptricity.Connect supports login with OpenID Connect (OIDC). To use OIDC, set the following environment variables or their counterpart in config.yml.

Environment Variable
(prefixed with CRW__ADMIN__)
config.yml property
(sub property of admin)
Description
AUTHauthSet to "oidc" to enable OIDC. Defaults to "basic" for Basic Auth.
ISSUER_BASE_URLissuer_base_urlBase URL of the identity provider.
BASE_URLbase_urlBase URL of the .Connect instance (application)
CLIENT_IDclient_idClient ID of the application as defined in the identity provider.
CLIENT_SECRETclient_secretClient secret of the application as defined in the identity provider.
SECRETsecretLong random value used to derive an encryption key to sign session cookies.
ID_TOKEN_SIGNING_ALGid_token_signing_algAlgorithm used to sign the token. Optional. Defaults to "HS256".