From b2f601e9501a64e468bba6f04979e7bc3c9547f6 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 17 Apr 2026 11:42:46 +0200 Subject: [PATCH] doc --- docs/DEVELOPER-GUIDE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/DEVELOPER-GUIDE.md b/docs/DEVELOPER-GUIDE.md index d9b13c3..9068b23 100644 --- a/docs/DEVELOPER-GUIDE.md +++ b/docs/DEVELOPER-GUIDE.md @@ -1312,8 +1312,7 @@ For Gitea-style oauth config: oauth: - name: "Forte" provider: "openidConnect" - existingSecret: myapp-oidc-credentials - key: client-secret + existingSecret: myapp-oidc-credentials # Gitea expects "key" and "secret" as fields autoDiscoverUrl: "https://id.forteapps.net/realms/forte/.well-known/openid-configuration" ```