forked from MirrorHub/synapse
Fix OIDC gitiea redirect URL. (#9404)
Fixes a "conflict" from846b9d3df0
andd1f13c7485
.
This commit is contained in:
parent
3b754aea27
commit
5636e597c3
2 changed files with 2 additions and 1 deletions
1
changelog.d/9404.doc
Normal file
1
changelog.d/9404.doc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Update docs for using Gitea as OpenID provider.
|
|
@ -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.
|
does not return a `sub` property, an alternative `subject_claim` has to be set.
|
||||||
|
|
||||||
1. Create a new application.
|
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:
|
Synapse config:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue