Skip to content

website/integrations: Update Komga instructions to add "email_verified" attribute to "email" claim.#20135

Merged
dewi-tik merged 8 commits intogoauthentik:mainfrom
tumpech:komga-email-verified
Feb 12, 2026
Merged

website/integrations: Update Komga instructions to add "email_verified" attribute to "email" claim.#20135
dewi-tik merged 8 commits intogoauthentik:mainfrom
tumpech:komga-email-verified

Conversation

@tumpech
Copy link
Contributor

@tumpech tumpech commented Feb 10, 2026

Details

komga requires the email_verified attribute to be True, which is not the default since 2025.10.

Added instructions on how to do it in non-prod and prod environments.


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@tumpech tumpech requested a review from a team as a code owner February 10, 2026 08:02
@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 3f410f2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/698d9676b0b97e00083f1b97
😎 Deploy Preview https://deploy-preview-20135--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 3f410f2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/698d96760d45ca00084cfa9a
😎 Deploy Preview https://deploy-preview-20135--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dewi-tik
Copy link
Contributor

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.

@tumpech
Copy link
Contributor Author

tumpech commented Feb 10, 2026

Perfectly reasonable. I'll keep an eye on that PR and update this one once that is done.
However, other parts of the document are step-by-step instructions and that PR's instruction does not include where to setup the mapping. It'll still be shorter for the integrations, so I'm happy with this change.

@dewi-tik
Copy link
Contributor

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

@tanberry
Copy link
Contributor

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.

@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3f410f2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/698d96762e9da50008ebcb24
😎 Deploy Preview https://deploy-preview-20135--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dominic-r dominic-r force-pushed the komga-email-verified branch from 659b5bb to e0ddacc Compare February 11, 2026 19:27
@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.25%. Comparing base (8aeedb6) to head (3f410f2).
⚠️ Report is 1 commits behind head on main.

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     
Flag Coverage Δ
conformance 37.49% <ø> (+<0.01%) ⬆️
e2e 43.32% <ø> (+0.39%) ⬆️
integration 22.43% <ø> (-0.05%) ⬇️
unit 91.50% <ø> (ø)
unit-migrate 91.52% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dewi-tik dewi-tik enabled auto-merge (squash) February 11, 2026 19:36
@dewi-tik dewi-tik merged commit 56f0df9 into goauthentik:main Feb 12, 2026
100 of 101 checks passed
kensternberg-authentik added a commit that referenced this pull request Feb 12, 2026
* 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)
  ...
kensternberg-authentik added a commit that referenced this pull request Feb 12, 2026
* 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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants