Skip to main content

Authentication service

Authentication environment variables

SSO Auth

NameDescriptionRequiredType
AUTH_SERVER_URL
URL of the Keycloak authentication server
true
string
REALM
Realm used in Keycloak
true
string
CLIENT_ID
Client ID registered in Keycloak
true
string
SECRET_KEY
Secret key for Keycloak client
true
string
COOKIE_KEY
Key used to sign and encrypt cookies
true
string

Secret Auth

NameDescriptionRequiredType
DEVICE_AUTH
A secret key to check against the value in the Device-Auth header
false
string
DEVICE_SECRET
A secret key to check against the value in the Device-Auth header
Deprecated: Use DEVICE_AUTH instead
false
string