Fix OIDC gitiea redirect URL. (#9404)

Fixes a "conflict" from 846b9d3df0
and d1f13c7485.
This commit is contained in:
Marcus 2021-02-16 20:06:55 +01:00 committed by GitHub
parent 3b754aea27
commit 5636e597c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/9404.doc Normal file
View file

@ -0,0 +1 @@
Update docs for using Gitea as OpenID provider.

View file

@ -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: