-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Do you see an area that can be clarified or expanded, a technical inaccuracy, or a broken link? Please describe.
The KOMODO_OIDC_PROVIDER value is incorrect. Following the current instructions, Komodo will crash with the following error:
thread 'tokio-runtime-worker' panicked at bin/core/src/auth/oidc/client.rs:54:6:
called `Result::unwrap()` on an `Err` value: Failed to initialize OIDC client.
Caused by:
0: Failed to get OIDC /.well-known/openid-configuration
1: Server returned invalid response: HTTP status code 404 Not Found at https://authentik.company/application/o/authorize/.well-known/openid-configuration
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: task 9 panicked with message "called `Result::unwrap()` on an `Err` value: Failed to initialize OIDC client.\n\nCaused by:\n 0: Failed to get OIDC /.well-known/openid-configuration\n 1: Server returned invalid response: HTTP status code 404 Not Found at https://authentik.company/application/o/authorize/.well-known/openid-configuration"
The correct KOMODO_OIDC_PROVIDER value is https://authentik.company/application/o/application-slug/
Provide the URL or link to the exact page in the documentation to which you are referring.
If there are multiple pages, list them all, and be sure to state the header or section where the content is.
https://docs.goauthentik.io/integrations/services/komodo/#setup-oidc-connection
Describe the solution you'd like
Update the KOMODO_OIDC_PROVIDER value to https://authentik.company/application/o/application-slug/
Additional context
I am creating a PR to fix this.
Consider opening a PR!
If the issue is one that you can fix, or even make a good pass at, we'd appreciate a PR. For more information about making a contribution to the docs, and using our Style Guide and our templates, refer to "Writing documentation".