From 5636e597c34760bc8b61ecfb4e693c939b026f08 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 16 Feb 2021 20:06:55 +0100 Subject: [PATCH] Fix OIDC gitiea redirect URL. (#9404) Fixes a "conflict" from 846b9d3df033be1043710e49e89bcba68722071e and d1f13c7485768b45bfc1a2a674830c681c52e2a1. --- changelog.d/9404.doc | 1 + docs/openid.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/9404.doc diff --git a/changelog.d/9404.doc b/changelog.d/9404.doc new file mode 100644 index 0000000000..aa2e63f2f6 --- /dev/null +++ b/changelog.d/9404.doc @@ -0,0 +1 @@ +Update docs for using Gitea as OpenID provider. diff --git a/docs/openid.md b/docs/openid.md index 0be79591b1..263bc9f6f8 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -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: