mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
website/integrations: gatus: fix config block (#20446)
Update OIDC configuration formatting The original documentation caused an error with the current gatus version. It has been fixed with the correct formatting. Signed-off-by: Kofl <thomas@kofler.tk>
This commit is contained in:
@@ -56,11 +56,11 @@ OIDC_CLIENT_SECRET=<Your Client Secret from authentik>
|
||||
```yaml showLineNumbers title="config.yaml"
|
||||
security:
|
||||
oidc:
|
||||
issuer-url: https://authentik.company/application/o/<application_slug>/
|
||||
client-id: $\{OIDC_CLIENT_ID}
|
||||
client-secret: $\{OIDC_CLIENT_SECRET}
|
||||
redirect-url: https://gatus.company/authorization-code/callback
|
||||
scopes: [openid]
|
||||
issuer-url: "https://authentik.company/application/o/<application_slug>/"
|
||||
client-id: "OIDC_CLIENT_ID"
|
||||
client-secret: "OIDC_CLIENT_SECRET"
|
||||
redirect-url: "https://gatus.company/authorization-code/callback"
|
||||
scopes: ["openid"]
|
||||
```
|
||||
|
||||
## Configuration verification
|
||||
|
||||
Reference in New Issue
Block a user