1
0

feat: add option to name an OIDC provider (#435)

هذا الالتزام موجود في:
Philipp Eckel
2025-03-17 17:19:48 +01:00
ملتزم من قبل GitHub
الأصل da0b440360
التزام dbdfcd4e85
6 ملفات معدلة مع 11 إضافات و1 حذوفات

عرض الملف

@@ -35,6 +35,7 @@ aside: false
| gitea.secret | OG_GITEA_SECRET | none | The secret for the Gitea OAuth application. |
| gitea.url | OG_GITEA_URL | `https://gitea.com/` | The URL of the Gitea instance. |
| gitea.name | OG_GITEA_NAME | `Gitea` | The name of the Gitea instance. It is displayed in the OAuth login button. |
| oidc.provider-name | OG_OIDC_PROVIDER_NAME | none | The name of the OIDC provider |
| oidc.client-key | OG_OIDC_CLIENT_KEY | none | The client key for the OpenID application. |
| oidc.secret | OG_OIDC_SECRET | none | The secret for the OpenID application. |
| oidc.discovery-url | OG_OIDC_DISCOVERY_URL | none | Discovery endpoint of the OpenID provider. |