You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jupyterhub_config.py.j2 file uses OAuth for login from Keycloak, but also fetches group and user info directly from keycloak via its own REST API. It doesn't need to do that because these details should be provided through userinfo in OAuth2, if configured correctly.
That would need to include showing group attributes so that profile lists are present.
Value/benefit
This will simplify the code, make it more secure and less likely to fall over. It will also speed things up.
The text was updated successfully, but these errors were encountered:
Description
The jupyterhub_config.py.j2 file uses OAuth for login from Keycloak, but also fetches group and user info directly from keycloak via its own REST API. It doesn't need to do that because these details should be provided through userinfo in OAuth2, if configured correctly.
That would need to include showing group attributes so that profile lists are present.
Value/benefit
This will simplify the code, make it more secure and less likely to fall over. It will also speed things up.
The text was updated successfully, but these errors were encountered: