From 921ce84f030cd9d557882871918000c98caeb74f Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 16 Mar 2025 17:29:21 -0400 Subject: [PATCH] Correct OIDC configuration documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6483ec7499..4161afa21b 100644 --- a/README.md +++ b/README.md @@ -353,10 +353,10 @@ The following providers use the `ServerUrl` setting: Gateway auth simply allows the users to authenticate with the service using the configuration you provide and have their impersonation token passed back to the client. An example of this is using GitHub gateway auth to allow clients to enumerate pull requests without getting rate limited. #### OpenID Connect Configuration -- `Security:Oidc:`: Sets up an OpenID Connect Provider with given "Scheme Key". Sample entry: +- `Security:OpenIDConnect:`: Sets up an OpenID Connect Provider with given "Scheme Key". Note that you must setup a redirect URI of `/oidc//sigin-callback` in your provider. Sample entry: ```yml Security: - Oidc: + OpenIDConnect: Example: Authority: "..." # This is the root of the URL containing the "/.well-known/openid-configuration" endpoint ClientId: "..."