summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorMarcus <bubu@bubu1.eu>2021-02-16 20:06:55 +0100
committerGitHub <noreply@github.com>2021-02-16 14:06:55 -0500
commit5636e597c34760bc8b61ecfb4e693c939b026f08 (patch)
tree8af4256028994277b4f9461499888ade65a9e9df /docs
parentClean up caching/locking of OIDC metadata load (#9362) (diff)
downloadsynapse-5636e597c34760bc8b61ecfb4e693c939b026f08.tar.xz
Fix OIDC gitiea redirect URL. (#9404)
Fixes a "conflict" from 846b9d3df033be1043710e49e89bcba68722071e
and d1f13c7485768b45bfc1a2a674830c681c52e2a1.
Diffstat (limited to 'docs')
-rw-r--r--docs/openid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/openid.md b/docs/openid.md
index 0be79591b1..263bc9f6f8 100644
--- a/docs/openid.md
+++ b/docs/openid.md
@@ -365,7 +365,7 @@ login mechanism needs an attribute to uniquely identify users, and that endpoint
 does not return a `sub` property, an alternative `subject_claim` has to be set.
 
 1. Create a new application.
-2. Add this Callback URL: `[synapse public baseurl]/_synapse/oidc/callback`
+2. Add this Callback URL: `[synapse public baseurl]/_synapse/client/oidc/callback`
 
 Synapse config: