File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/source/administrator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 376
376
[KeyCloak](https://www.keycloak.org) is an open source based provider of
377
377
identity management that you can host yourself. Below is an example on how you
378
378
can configure the GenericOAuthenticator class to authenticate against a KeyCloak
379
- server.
379
+ server (version 17 or later) .
380
380
381
381
To configure an OpenID Connect client, see [KeyCloak's own
382
382
documentation](https://www.keycloak.org/docs/latest/server_admin/index.html#_oidc_clients).
388
388
client_id: your-client-id
389
389
client_secret: your-client-secret
390
390
oauth_callback_url: https://your-jupyterhub-domain/hub/oauth_callback
391
- authorize_url: https://${host}/auth/ realms/${realm}/protocol/openid-connect/auth
392
- token_url: https://${host}/auth/ realms/${realm}/protocol/openid-connect/token
393
- userdata_url: https://${host}/auth/ realms/${realm}/protocol/openid-connect/userinfo
391
+ authorize_url: https://${host}/realms/${realm}/protocol/openid-connect/auth
392
+ token_url: https://${host}/realms/${realm}/protocol/openid-connect/token
393
+ userdata_url: https://${host}/realms/${realm}/protocol/openid-connect/userinfo
394
394
login_service: keycloak
395
395
username_key: preferred_username
396
396
userdata_params:
You can’t perform that action at this time.
0 commit comments