Skip to content
Snippets Groups Projects
Unverified Commit 5636e597 authored by Marcus's avatar Marcus Committed by GitHub
Browse files

Fix OIDC gitiea redirect URL. (#9404)

Fixes a "conflict" from 846b9d3d
and d1f13c74.
parent 3b754aea
No related branches found
No related tags found
No related merge requests found
Update docs for using Gitea as OpenID provider.
...@@ -365,7 +365,7 @@ login mechanism needs an attribute to uniquely identify users, and that endpoint ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment