website/integrations: Update Komga instructions to add "email_verified" attribute to "email" claim.#20135
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for the contribution @tumpech. Because this is likely to come up again, I've created a PR (#20141) that adds this information to our main docs. This can then be linked to from the Komga integration doc and any other application integration docs that require it. This avoids duplicating the information across docs. Once that PR is merged, we can introduce it as a link in this PR. I hope that's alright with you. |
|
Perfectly reasonable. I'll keep an eye on that PR and update this one once that is done. |
|
I've modified the email scope section to refer to the not-yet merged email scope verification section of another doc. Once #20141 is merged, this PR can also be merged |
Thanks for this contribution, @tumpech and apologies I started editing it before seeing that you and @dewi-tik had a plan to link to the other PR. Looks great, thanks again. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
659b5bb to
e0ddacc
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20135 +/- ##
==========================================
+ Coverage 93.17% 93.25% +0.07%
==========================================
Files 981 981
Lines 55030 55030
==========================================
+ Hits 51276 51318 +42
+ Misses 3754 3712 -42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
* main: (59 commits) website/docs: 2025.12.4 release notes (#20226) website/docs: 2025.10.4 release notes (#20242) security: CVE-2026-25748 (#20240) security: CVE-2026-25922 (#20241) security: CVE-2026-25227 (#20239) ci: fix release testing (#20207) core: Apply CSpell corrections. (#20191) core: bump goauthentik.io/api/v3 to 3.2026.5.0-rc1-1770842608 (#20213) core, web: update translations (#20215) core: bump library/node from 25.6.0-trixie to 25.6.1-trixie in /website (#20220) core: bump google-api-python-client from 2.189.0 to 2.190.0 (#20217) core: bump webauthn from 2.7.0 to 2.7.1 (#20218) ci: bump docker/build-push-action from 6.18.0 to 6.19.1 (#20221) website/integrations: Update Komga instructions to add "email_verified" attribute to "email" claim. (#20135) website: Apply CSpell corrections. (#20189) providers/saml: send logoutResponse on sp-init logout (#17691) website/docs: ssf: update SSF documentation (#20195) website/docs: draft of new WS-Fed provider docs (#20091) website/docs: add email verification scope doc (#20141) website/docs: correct reference to overriden S3 variable (#20156) ...
* main: (59 commits) website/docs: 2025.12.4 release notes (#20226) website/docs: 2025.10.4 release notes (#20242) security: CVE-2026-25748 (#20240) security: CVE-2026-25922 (#20241) security: CVE-2026-25227 (#20239) ci: fix release testing (#20207) core: Apply CSpell corrections. (#20191) core: bump goauthentik.io/api/v3 to 3.2026.5.0-rc1-1770842608 (#20213) core, web: update translations (#20215) core: bump library/node from 25.6.0-trixie to 25.6.1-trixie in /website (#20220) core: bump google-api-python-client from 2.189.0 to 2.190.0 (#20217) core: bump webauthn from 2.7.0 to 2.7.1 (#20218) ci: bump docker/build-push-action from 6.18.0 to 6.19.1 (#20221) website/integrations: Update Komga instructions to add "email_verified" attribute to "email" claim. (#20135) website: Apply CSpell corrections. (#20189) providers/saml: send logoutResponse on sp-init logout (#17691) website/docs: ssf: update SSF documentation (#20195) website/docs: draft of new WS-Fed provider docs (#20091) website/docs: add email verification scope doc (#20141) website/docs: correct reference to overriden S3 variable (#20156) ...
Details
komga requires the
email_verifiedattribute to beTrue, which is not the default since 2025.10.Added instructions on how to do it in non-prod and prod environments.
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 docs)