doc
Some checks failed
Deploy Gitea Pages / build-and-deploy (push) Failing after 6s

This commit is contained in:
2026-04-17 11:42:46 +02:00
parent f8b17cc030
commit b2f601e950

View File

@@ -1312,8 +1312,7 @@ For Gitea-style oauth config:
oauth: oauth:
- name: "Forte" - name: "Forte"
provider: "openidConnect" provider: "openidConnect"
existingSecret: myapp-oidc-credentials existingSecret: myapp-oidc-credentials # Gitea expects "key" and "secret" as fields
key: client-secret
autoDiscoverUrl: "https://id.forteapps.net/realms/forte/.well-known/openid-configuration" autoDiscoverUrl: "https://id.forteapps.net/realms/forte/.well-known/openid-configuration"
``` ```