Merge pull request #2165 from tgstation/Fixes

Correct OIDC configuration documentation
This commit is contained in:
Jordan Dominion
2025-03-16 19:39:37 -04:00
committed by GitHub
+2 -2
View File
@@ -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:<Scheme Key>`: Sets up an OpenID Connect Provider with given "Scheme Key". Sample entry:
- `Security:OpenIDConnect:<Scheme Key>`: Sets up an OpenID Connect Provider with given "Scheme Key". Note that you must setup a redirect URI of `/oidc/<scheme key>/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: "..."