diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2023-01-05 18:18:54 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2023-01-05 18:18:54 +0000 |
commit | d07f6856fecde7d0e397d8dc614c697d24dd2d40 (patch) | |
tree | 2285b490b9149919a6296d1fa64c3ef6d91abef4 /develop/openid.html | |
parent | deploy: 44b476b26e50c642059d6110ba3dcbb1eec0b647 (diff) | |
download | synapse-d07f6856fecde7d0e397d8dc614c697d24dd2d40.tar.xz |
deploy: 4eb2f4e02b83c90519a8a55c562d1fafab7caf0b
Diffstat (limited to 'develop/openid.html')
-rw-r--r-- | develop/openid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/openid.html b/develop/openid.html index 992c97fcd9..404b5ccea0 100644 --- a/develop/openid.html +++ b/develop/openid.html @@ -558,7 +558,7 @@ does not return a <code>sub</code> property, an alternative <code>subject_claim< <p><a href="https://www.keycloak.org/docs/latest/server_admin/#sso-protocols">Keycloak</a> is an opensource IdP maintained by Red Hat.</p> <p>Keycloak supports OIDC Back-Channel Logout, which sends logout notification to Synapse, so that Synapse users get logged out when they log out from Keycloak. This can be optionally enabled by setting <code>backchannel_logout_enabled</code> to <code>true</code> in the Synapse configuration, and by setting the "Backchannel Logout URL" in Keycloak.</p> -<p>Follow the <a href="https://www.keycloak.org/getting-started">Getting Started Guide</a> to install Keycloak and set up a realm.</p> +<p>Follow the <a href="https://www.keycloak.org/guides">Getting Started Guide</a> to install Keycloak and set up a realm.</p> <ol> <li> <p>Click <code>Clients</code> in the sidebar and click <code>Create</code></p> |