diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/openid.md | 2 |
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: |