Skip to content

Commit

Permalink
Update default config with OAuth2 new "id_from" option
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssam committed Feb 5, 2025
1 parent b724045 commit 131b279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/openqa/openqa.ini
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@
#user_url = https://salsa.debian.org/api/v4/user
#token_scope = read_user
#token_label = Bearer
#id_from = id
#nickname_from = username
#
# The default value for `id_from` is "id" for backwards compatibility.
# For OpenID Connect, the value should be "sub", following the OpenID Connect ID Token standard.

[logging]
## logging is to stderr (so systemd journal) by default
Expand Down

0 comments on commit 131b279

Please sign in to comment.