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