website/integrations: fix komodo provider url (#14912)
* fix KOMODO_OIDC_PROVIDER uri docs * Update website/integrations/services/komodo/index.mdx Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dylan Gottlieb <dylangottlieb@users.noreply.github.com> --------- Signed-off-by: Dylan Gottlieb <dylangottlieb@users.noreply.github.com> Co-authored-by: Dominic R <dominic@sdko.org>
This commit is contained in:
@ -48,7 +48,7 @@ To support the integration of Komodo with authentik, you need to create an appli
|
||||
|
||||
```yaml
|
||||
KOMODO_OIDC_ENABLED=true
|
||||
KOMODO_OIDC_PROVIDER=https://authentik.company/application/o/authorize
|
||||
KOMODO_OIDC_PROVIDER=https://authentik.company/application/o/<application-slug>/
|
||||
KOMODO_OIDC_CLIENT_ID=<authentik_client_ID>
|
||||
KOMODO_OIDC_CLIENT_SECRET=<authentik client secret>
|
||||
```
|
||||
|
Reference in New Issue
Block a user