back to preferred_username

This commit is contained in:
Micke Nordin 2025-02-03 14:09:08 +01:00
parent a231a5c755
commit c90221455a
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ spec:
project: default
source:
repoURL: https://platform.sunet.se/streams/streams-manifests.git
targetRevision: streams-manifests-2025-02-03-v07
targetRevision: streams-manifests-2025-02-03-v08
path: jupyter/overlays/test
destination:
server: https://kubernetes.default.svc

View file

@ -29,7 +29,7 @@ hub:
c.GenericOAuthenticator.userdata_url = keycloak_base + '/userinfo'
c.GenericOAuthenticator.userdata_method = 'GET'
c.GenericOAuthenticator.userdata_params = {'state': 'state'}
c.GenericOAuthenticator.username_key = 'username'
c.GenericOAuthenticator.username_key = 'preferred_username'
c.GenericOAuthenticator.scope = ['openid', 'profile', 'email']
c.GenericOAuthenticator.admin_users = ['kano', 'benedith']
c.GenericOAuthenticator.allow_all = True