Skip to content

website/docs: add email verification scope doc#20141

Merged
dominic-r merged 7 commits intomainfrom
website/docs--oauth-email-verification-scope
Feb 11, 2026
Merged

website/docs: add email verification scope doc#20141
dominic-r merged 7 commits intomainfrom
website/docs--oauth-email-verification-scope

Conversation

@dewi-tik
Copy link
Contributor

Details

Adds a section to the oauth scopes section about email verification. This can then be linked to when required by integration docs. Rather than duplicating the same info across the docs in different locations.


Checklist

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

@dewi-tik dewi-tik requested a review from a team as a code owner February 10, 2026 12:04
@dewi-tik dewi-tik self-assigned this Feb 10, 2026
@dewi-tik dewi-tik added area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Feb 10, 2026
@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit fc0205e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/698c9dc00b5fca00087d863f
😎 Deploy Preview https://deploy-preview-20141--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 fc0205e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/698c9dc00fdfc7000801effe
😎 Deploy Preview https://deploy-preview-20141--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.

@codecov
Copy link

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.31%. Comparing base (0356a30) to head (fc0205e).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20141      +/-   ##
==========================================
+ Coverage   93.29%   93.31%   +0.01%     
==========================================
  Files         978      978              
  Lines       54544    54544              
==========================================
+ Hits        50889    50899      +10     
+ Misses       3655     3645      -10     
Flag Coverage Δ
conformance 37.75% <ø> (+<0.01%) ⬆️
e2e 43.62% <ø> (+<0.01%) ⬆️
integration 22.57% <ø> (+<0.01%) ⬆️
unit 91.51% <ø> (+<0.01%) ⬆️
unit-migrate 91.54% <ø> (+0.03%) ⬆️

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.

@@ -1,5 +1,5 @@
---
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed this because the text is cut off in the sidebar.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 10, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-fc0205e0fdb9bfd3a2ccd9980323e4dd5c3e8fd6
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-fc0205e0fdb9bfd3a2ccd9980323e4dd5c3e8fd6

Afterwards, run the upgrade commands from the latest release notes.

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Feb 10, 2026
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@dewi-tik dewi-tik requested a review from dominic-r February 10, 2026 13:40
@dewi-tik dewi-tik added the backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 label Feb 10, 2026
@dominic-r dominic-r enabled auto-merge (squash) February 10, 2026 13:47
@dewi-tik dewi-tik added the backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 label Feb 11, 2026
@dewi-tik dewi-tik moved this from In Progress to In review in authentik Core Feb 11, 2026
@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 00bd3e3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/698c9d0a4b69a100084c79b0
😎 Deploy Preview https://deploy-preview-20141--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.

@dewi-tik dewi-tik requested a review from tanberry February 11, 2026 15:15
@github-project-automation github-project-automation bot moved this from In review to In Progress in authentik Core Feb 11, 2026
@dominic-r dominic-r merged commit 9d41d41 into main Feb 11, 2026
102 checks passed
@dominic-r dominic-r deleted the website/docs--oauth-email-verification-scope branch February 11, 2026 15:55
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 11, 2026
authentik-automation bot pushed a commit that referenced this pull request Feb 11, 2026
* WIP

* Add link to 2025.10 release notes

* Apply suggestions from code review

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #20204

authentik-automation bot pushed a commit that referenced this pull request Feb 11, 2026
* WIP

* Add link to 2025.10 release notes

* Apply suggestions from code review

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #20205

authentik-automation bot pushed a commit that referenced this pull request Feb 11, 2026
* WIP

* Add link to 2025.10 release notes

* Apply suggestions from code review

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20206

dewi-tik added a commit that referenced this pull request Feb 11, 2026
… version-2026.2) (#20206)

website/docs: add email verification scope doc (#20141)

* WIP

* Add link to 2025.10 release notes

* Apply suggestions from code review




---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
dewi-tik added a commit that referenced this pull request Feb 11, 2026
… version-2025.10) (#20204)

website/docs: add email verification scope doc (#20141)

* WIP

* Add link to 2025.10 release notes

* Apply suggestions from code review




---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
dewi-tik added a commit that referenced this pull request Feb 11, 2026
… version-2025.12) (#20205)

website/docs: add email verification scope doc (#20141)

* WIP

* Add link to 2025.10 release notes

* Apply suggestions from code review




---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
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

area:docs Features or issues related to Docusaurus backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants