1
0

Added some info about OIDC

هذا الالتزام موجود في:
Thomas Miceli
2023-09-25 15:58:05 +02:00
الأصل 35297a287a
التزام c7a6b05c6d
2 ملفات معدلة مع 2 إضافات و2 حذوفات

عرض الملف

@@ -261,7 +261,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub, Gite
```yaml
oidc.client-key: <key>
oidc.secret: <secret>
# Discovery endpoint of the OpenID provider
# Discovery endpoint of the OpenID provider. Generally something like http://auth.example.com/.well-known/openid-configuration
oidc.discovery-url: http://auth.example.com/.well-known/openid-configuration
```
</details>