Skip to content

Commit

Permalink
Fix OIDC gitiea redirect URL
Browse files Browse the repository at this point in the history
See matrix-org#9288 but wasn't updated here.
  • Loading branch information
Bubu authored Feb 14, 2021
1 parent ff40c80 commit f6e4bf0
Showing 1 changed file with 1 addition and 1 deletion.
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 f6e4bf0

Please sign in to comment.