Skip to content

website/docs: add okta source doc#20296

Merged
dominic-r merged 5 commits intomainfrom
website/docs--add-okta-source-doc
Feb 17, 2026
Merged

website/docs: add okta source doc#20296
dominic-r merged 5 commits intomainfrom
website/docs--add-okta-source-doc

Conversation

@dewi-tik
Copy link
Contributor

Details

Adds a doc explaining how to add an Okta source


Checklist

If applicable

  • 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 14, 2026 12:40
@dewi-tik dewi-tik self-assigned this Feb 14, 2026
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label Feb 14, 2026
@dewi-tik dewi-tik added 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 labels Feb 14, 2026
@netlify
Copy link

netlify bot commented Feb 14, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 6957889
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69906d5c72f90e000841a5fc
😎 Deploy Preview https://deploy-preview-20296--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 14, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6957889
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69906d5c78b83400083a1274
😎 Deploy Preview https://deploy-preview-20296--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.

@netlify
Copy link

netlify bot commented Feb 14, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit cb7115e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6993b2e0dbc6130008230c69
😎 Deploy Preview https://deploy-preview-20296--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 14, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit cb7115e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6993b2e0d508080007a36f5f
😎 Deploy Preview https://deploy-preview-20296--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 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.32%. Comparing base (db62c4a) to head (cb7115e).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20296   +/-   ##
=======================================
  Coverage   93.32%   93.32%           
=======================================
  Files         981      981           
  Lines       55134    55134           
=======================================
+ Hits        51453    51455    +2     
+ Misses       3681     3679    -2     
Flag Coverage Δ
conformance 37.46% <ø> (+<0.01%) ⬆️
e2e 43.27% <ø> (-0.01%) ⬇️
integration 22.44% <ø> (+<0.01%) ⬆️
unit 91.52% <ø> (+<0.01%) ⬆️
unit-migrate 91.56% <ø> (+<0.01%) ⬆️

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.

@@ -0,0 +1,65 @@
---
Copy link
Member

Choose a reason for hiding this comment

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

aren't okta admin urls company-admin.okta.com, tho i barely used it so idk

Copy link
Member

Choose a reason for hiding this comment

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

which would redirect you to okta log in with the app as Admin console. ex: atlassian-admin.okta.com

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah your tenant url is the same but without the admin bit

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 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-cb7115e494d3eb21ec2ac1001e23890b89a6729b
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-cb7115e494d3eb21ec2ac1001e23890b89a6729b

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

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Feb 17, 2026
dewi-tik and others added 5 commits February 16, 2026 19:14
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
@dominic-r dominic-r force-pushed the website/docs--add-okta-source-doc branch from d0802d7 to cb7115e Compare February 17, 2026 00:14
@dominic-r dominic-r enabled auto-merge (squash) February 17, 2026 00:14
@dominic-r dominic-r merged commit 0d67860 into main Feb 17, 2026
102 checks passed
@dominic-r dominic-r deleted the website/docs--add-okta-source-doc branch February 17, 2026 00:45
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 17, 2026
authentik-automation bot pushed a commit that referenced this pull request Feb 17, 2026
* Begin

* Add steps

* Apply suggestions

* Update website/docs/users-sources/sources/social-logins/okta/index.md

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

* Apply suggestion from @dominic-r

Signed-off-by: Dominic R <dominic@sdko.org>

---------

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

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

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

* Add steps

* Apply suggestions

* Update website/docs/users-sources/sources/social-logins/okta/index.md

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

* Apply suggestion from @dominic-r

Signed-off-by: Dominic R <dominic@sdko.org>

---------

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

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

dominic-r added a commit that referenced this pull request Feb 17, 2026
….2) (#20335)

website/docs: add okta source doc (#20296)

* Begin

* Add steps

* Apply suggestions

* Update website/docs/users-sources/sources/social-logins/okta/index.md




* Apply suggestion from @dominic-r



---------

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

website/docs: add okta source doc (#20296)

* Begin

* Add steps

* Apply suggestions

* Update website/docs/users-sources/sources/social-logins/okta/index.md




* Apply suggestion from @dominic-r



---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
@PeshekDotDev PeshekDotDev linked an issue Feb 17, 2026 that may be closed by this pull request
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.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.

okta integration guide

2 participants