Skip to content

website/docs: additional scim provider docs#22135

Open
dewi-tik wants to merge 2 commits intomainfrom
website/docs--add-scim-interactive-oauth-docs
Open

website/docs: additional scim provider docs#22135
dewi-tik wants to merge 2 commits intomainfrom
website/docs--add-scim-interactive-oauth-docs

Conversation

@dewi-tik
Copy link
Copy Markdown
Contributor

@dewi-tik dewi-tik commented May 7, 2026

Details

  • Adds info about OAuth interactive mode
  • Adds a "Create SCIM provider" doc to match other providers
  • Updates sidebar

Merge for 2026.5

Linked to #22072


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 May 7, 2026 21:06
@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 6a221f5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69fcffa67e3f340008fa2f16
😎 Deploy Preview https://deploy-preview-22135--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
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 3bcb263
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69fcfebc16b0820008cf98bd
😎 Deploy Preview https://deploy-preview-22135--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
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6a221f5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69fcffa63803fb0007f63723
😎 Deploy Preview https://deploy-preview-22135--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
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22135      +/-   ##
==========================================
- Coverage   93.25%   93.24%   -0.02%     
==========================================
  Files        1027     1027              
  Lines       59598    59598              
  Branches      400      400              
==========================================
- Hits        55580    55571       -9     
- Misses       4018     4027       +9     
Flag Coverage Δ
conformance 36.75% <ø> (+<0.01%) ⬆️
e2e 41.94% <ø> (ø)
integration 33.16% <ø> (+<0.01%) ⬆️
rust 0.00% <ø> (ø)
unit 92.18% <ø> (+<0.01%) ⬆️
unit-migrate 92.20% <ø> (-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.

@dominic-r dominic-r self-requested a review May 7, 2026 21:13
@dewi-tik dewi-tik self-assigned this May 7, 2026
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 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-6a221f5edaab3e370cbe9eeb18b7044dad7ca782
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-6a221f5edaab3e370cbe9eeb18b7044dad7ca782

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


authentik supports two types of SCIM OAuth authentication:

- **Silent OAuth** – The system obtains or refreshes access tokens automatically, without any administrator interaction. This is the typical approach used for ongoing SCIM provisioning.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

is this an official name, or one you chose

@github-project-automation github-project-automation Bot moved this from Todo to In Progress in authentik Core May 7, 2026
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

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants