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" ```