forked from DGNum/infrastructure
feat(netbird): Use preferred_username instead of uuid
This commit is contained in:
parent
1d92b61e48
commit
c74017d1fc
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ in
|
|||
|
||||
NETBIRD_AUTH_AUDIENCE = "netbird_dgn";
|
||||
NETBIRD_AUTH_CLIENT_ID = "netbird_dgn";
|
||||
NETBIRD_AUTH_USER_ID_CLAIM = "preferred_username";
|
||||
# Updates the preference to use id tokens instead of access token on dashboard
|
||||
# Okta and Gitlab IDPs can benefit from this
|
||||
NETBIRD_TOKEN_SOURCE = "idToken";
|
||||
|
|
Loading…
Reference in a new issue