diff --git a/README.md b/README.md index c392224..c514d02 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub, Gite oidc.client-key: oidc.secret: # 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 ```