1
0
mirror of https://github.com/thomiceli/opengist synced 2024-11-08 12:55:50 +01:00

Added some info about OIDC

This commit is contained in:
Thomas Miceli 2023-09-25 15:58:05 +02:00
parent 35297a287a
commit c7a6b05c6d
No known key found for this signature in database
GPG Key ID: D86C6F6390AF050F
2 changed files with 2 additions and 2 deletions

@ -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>

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