mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 20:42:40 +00:00
fix wrong config key for discovery-url
This commit is contained in:
parent
1dcb900cf3
commit
4d0b75ed0e
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub, Gite
|
||||||
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
|
||||||
oidc.url: http://auth.example.com/.well-known/openid-configuration
|
oidc.discovery-url: http://auth.example.com/.well-known/openid-configuration
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue