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 ```yaml
oidc.client-key: <key> oidc.client-key: <key>
oidc.secret: <secret> 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 oidc.discovery-url: http://auth.example.com/.well-known/openid-configuration
``` ```
</details> </details>

عرض الملف

@@ -66,5 +66,5 @@ gitea.url: https://gitea.com/
# To create a new OAuth2 application using OpenID Connect: # To create a new OAuth2 application using OpenID Connect:
oidc.client-key: oidc.client-key:
oidc.secret: oidc.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: oidc.discovery-url: