Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix OIDC gitiea redirect URL. (#9404)
Browse files Browse the repository at this point in the history
Fixes a "conflict" from 846b9d3
and d1f13c7.
  • Loading branch information
Bubu authored Feb 16, 2021
1 parent 3b754ae commit 5636e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/9404.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update docs for using Gitea as OpenID provider.
2 changes: 1 addition & 1 deletion docs/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5636e59

Please sign in to comment.