Option | OIDC_USERNAME_CLAIM | |
Description | Name of the claim to interpret as username in LogScale | |
Default | humio-user |
The name of the claim to interpret as username in LogScale. The
value in the claim must be a string. Can be set to
email
if using emails as
usernames.
ini
PUBLIC_URL=$YOUR_SERVERS_BASE_URL
OIDC_PROVIDER=$PROVIDER_URL
OIDC_USERNAME_CLAIM="email"
...