website/integrations: fix komodo provider url#14912
Merged
dewi-tik merged 2 commits intogoauthentik:mainfrom Jun 5, 2025
Merged
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dominic-r
reviewed
Jun 5, 2025
dominic-r
requested changes
Jun 5, 2025
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dylan Gottlieb <dylangottlieb@users.noreply.github.com>
dominic-r
approved these changes
Jun 5, 2025
dewi-tik
approved these changes
Jun 5, 2025
Contributor
dewi-tik
left a comment
There was a problem hiding this comment.
You're completely right, thanks for catching this. I must have pasted the incorrect value while writing the doc.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14912 +/- ##
=======================================
Coverage 92.76% 92.76%
=======================================
Files 817 817
Lines 42197 42197
=======================================
Hits 39146 39146
Misses 3051 3051
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kensternberg-authentik
added a commit
that referenced
this pull request
Jun 6, 2025
* main: (54 commits) web/user: fix user settings flow not loading (#14911) website/docs: fix outdated and incorrect example kubernetes deployment (#14928) docusaurus-config: Update deps, colors. (#14796) admin: only run update checks in the default tenant (#14874) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14923) core: bump astral-sh/uv from 0.7.10 to 0.7.11 (#14918) providers/proxy: set_oauth_defaults in reconcile instead of task (#14875) *: use ManagedAppConfig everywhere (#14839) tenants: fix tenant aware celery scheduler (#14921) core, web: update translations (#14910) core: bump goauthentik.io/api/v3 from 3.2025041.4 to 3.2025060.1 (#14919) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14915) translate: Updates for file web/xliff/en.xlf in zh_CN (#14916) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14914) website/integrations: improve komodo config verification (#14849) website/integrations: fix komodo provider url (#14912) website/docs: fix note at end of rac credentials prompt (#14909) website/docs: add credentials prompt for rac doc (#14840) core: bump redis from 6.0.0 to v6.2.0 (#14895) core: bump protobuf from 6.30.2 to v6.31.1 (#14894) ...
kensternberg-authentik
added a commit
that referenced
this pull request
Jun 6, 2025
* main: (202 commits) web/user: fix user settings flow not loading (#14911) website/docs: fix outdated and incorrect example kubernetes deployment (#14928) docusaurus-config: Update deps, colors. (#14796) admin: only run update checks in the default tenant (#14874) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14923) core: bump astral-sh/uv from 0.7.10 to 0.7.11 (#14918) providers/proxy: set_oauth_defaults in reconcile instead of task (#14875) *: use ManagedAppConfig everywhere (#14839) tenants: fix tenant aware celery scheduler (#14921) core, web: update translations (#14910) core: bump goauthentik.io/api/v3 from 3.2025041.4 to 3.2025060.1 (#14919) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14915) translate: Updates for file web/xliff/en.xlf in zh_CN (#14916) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14914) website/integrations: improve komodo config verification (#14849) website/integrations: fix komodo provider url (#14912) website/docs: fix note at end of rac credentials prompt (#14909) website/docs: add credentials prompt for rac doc (#14840) core: bump redis from 6.0.0 to v6.2.0 (#14895) core: bump protobuf from 6.30.2 to v6.31.1 (#14894) ...
cavefire
pushed a commit
to cavefire/authentik
that referenced
this pull request
Jun 24, 2025
* 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
This PR changes the Komodo integration instructions page on the website. The
KOMODO_OIDC_PROVIDERvalue is incorrect. Following the current instructions, Komodo will crash with the following error:The correct
KOMODO_OIDC_PROVIDERvalue ishttps://authentik.company/application/o/application-slug/This PR updates the website with the new value.
Closes #14913
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)