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

Fix OIDC gitiea redirect URL #9404

Merged
merged 3 commits into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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