From 4d0b75ed0e17a5e5c189822dd9fd9397a8e35537 Mon Sep 17 00:00:00 2001 From: Gustavo Maronato Date: Fri, 15 Sep 2023 19:11:33 -0300 Subject: [PATCH] fix wrong config key for discovery-url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```