Skip to content

Commit

Permalink
fix wrong config key for discovery-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Maronato committed Sep 15, 2023
1 parent 1dcb900 commit 4d0b75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub, Gite
oidc.client-key: <key>
oidc.secret: <secret>
# Discovery endpoint of the OpenID provider
oidc.url: http:https://auth.example.com/.well-known/openid-configuration
oidc.discovery-url: http:https://auth.example.com/.well-known/openid-configuration
```
</details>

Expand Down

0 comments on commit 4d0b75e

Please sign in to comment.