From 674eb1ff8942e9a88ffbfd980d90554345d800b0 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 20 Mar 2023 20:01:59 -0400 Subject: [PATCH] "Confidential Client" is now mandatory --- content/server/provider/gitea.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/server/provider/gitea.md b/content/server/provider/gitea.md index ebbd007cb..44dd17077 100644 --- a/content/server/provider/gitea.md +++ b/content/server/provider/gitea.md @@ -35,6 +35,8 @@ Create a Gitea OAuth application. The Consumer Key and Consumer Secret are used
The authorization callback URL must match the below format and path, and must use your exact server scheme and host. + +You must also check "Confidential Client".
![Application Create](/screenshots/gitea_application_create.png)