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:
parent
35297a287a
commit
c7a6b05c6d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user