Skip to content

Commit 9a7d03d

Browse files
authored
Merge pull request #2878 from manics/auth-doc-keycloak17+
docs: remove /auth from keycloak URLs
2 parents 7881d61 + 9776f8a commit 9a7d03d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/administrator/authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ hub:
378378
[KeyCloak](https://www.keycloak.org) is an open source based provider of
379379
identity management that you can host yourself. Below is an example on how you
380380
can configure the GenericOAuthenticator class to authenticate against a KeyCloak
381-
server.
381+
server (version 17 or later).
382382

383383
To configure an OpenID Connect client, see [KeyCloak's own
384384
documentation](https://www.keycloak.org/docs/latest/server_admin/index.html#_oidc_clients).
@@ -390,9 +390,9 @@ hub:
390390
client_id: your-client-id
391391
client_secret: your-client-secret
392392
oauth_callback_url: https://your-jupyterhub-domain/hub/oauth_callback
393-
authorize_url: https://${host}/auth/realms/${realm}/protocol/openid-connect/auth
394-
token_url: https://${host}/auth/realms/${realm}/protocol/openid-connect/token
395-
userdata_url: https://${host}/auth/realms/${realm}/protocol/openid-connect/userinfo
393+
authorize_url: https://${host}/realms/${realm}/protocol/openid-connect/auth
394+
token_url: https://${host}/realms/${realm}/protocol/openid-connect/token
395+
userdata_url: https://${host}/realms/${realm}/protocol/openid-connect/userinfo
396396
login_service: keycloak
397397
username_key: preferred_username
398398
userdata_params:

0 commit comments

Comments
 (0)