Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update issuer URL in example OIDC Keycloak config (#12727)
Browse files Browse the repository at this point in the history
* Update openid.md

Newer versions of keycloak returning a 404 when using the `/auth` prefix.

Related: #12714
  • Loading branch information
Niklas authored May 13, 2022
1 parent 57f6c49 commit c9fc2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/12727.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the OpenID Connect example for Keycloak to be compatible with newer versions of Keycloak. Contributed by @nhh.
2 changes: 1 addition & 1 deletion docs/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Follow the [Getting Started Guide](https://www.keycloak.org/getting-started) to
oidc_providers:
- idp_id: keycloak
idp_name: "My KeyCloak server"
issuer: "https://127.0.0.1:8443/auth/realms/{realm_name}"
issuer: "https://127.0.0.1:8443/realms/{realm_name}"
client_id: "synapse"
client_secret: "copy secret generated from above"
scopes: ["openid", "profile"]
Expand Down

0 comments on commit c9fc2c0

Please sign in to comment.