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

Commit 5636e59

Browse files
authored
Fix OIDC gitiea redirect URL. (#9404)
Fixes a "conflict" from 846b9d3 and d1f13c7.
1 parent 3b754ae commit 5636e59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/9404.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update docs for using Gitea as OpenID provider.

docs/openid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ login mechanism needs an attribute to uniquely identify users, and that endpoint
365365
does not return a `sub` property, an alternative `subject_claim` has to be set.
366366

367367
1. Create a new application.
368-
2. Add this Callback URL: `[synapse public baseurl]/_synapse/oidc/callback`
368+
2. Add this Callback URL: `[synapse public baseurl]/_synapse/client/oidc/callback`
369369

370370
Synapse config:
371371

0 commit comments

Comments
 (0)