Skip to content

website/docs: clarify user and group filtering on scim provider#22502

Merged
dewi-tik merged 7 commits into
mainfrom
website/docs--improve-filtering-language
Jun 24, 2026
Merged

website/docs: clarify user and group filtering on scim provider#22502
dewi-tik merged 7 commits into
mainfrom
website/docs--improve-filtering-language

Conversation

@dewi-tik

Copy link
Copy Markdown
Contributor

Details

Clarifies how user and group filtering operates with the SCIM provider


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 20, 2026 12:13
@dewi-tik dewi-tik self-assigned this May 20, 2026
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label May 20, 2026
@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core May 20, 2026
@dewi-tik
dewi-tik requested a review from dominic-r May 20, 2026 12:13
@netlify

netlify Bot commented May 20, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit e03a50b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a3bdde8915fe40008ccd1d7
😎 Deploy Preview https://deploy-preview-22502--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.

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Comment thread website/docs/add-secure-apps/providers/scim/index.md Outdated
Comment thread website/docs/add-secure-apps/providers/scim/index.md Outdated
@github-project-automation github-project-automation Bot moved this from Needs review to In Progress in authentik Core May 20, 2026
@netlify

netlify Bot commented May 20, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit be28859
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a0da54e9b5d5600082ac1b1
😎 Deploy Preview https://deploy-preview-22502--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

netlify Bot commented May 20, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit e03a50b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a3bdde843726900086415a4
😎 Deploy Preview https://deploy-preview-22502--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

codecov Bot commented May 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.30%. Comparing base (5b3ac4a) to head (e03a50b).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #22502   +/-   ##
=======================================
  Coverage   93.29%   93.30%           
=======================================
  Files        1037     1037           
  Lines       60531    60531           
  Branches      400      400           
=======================================
+ Hits        56471    56476    +5     
+ Misses       4060     4055    -5     
Flag Coverage Δ
conformance 36.35% <ø> (+<0.01%) ⬆️
e2e 41.57% <ø> (+<0.01%) ⬆️
integration 32.81% <ø> (-0.01%) ⬇️
rust 0.00% <ø> (ø)
unit 92.27% <ø> (+<0.01%) ⬆️
unit-migrate 92.32% <ø> (+0.01%) ⬆️

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

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

@github-actions

github-actions Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

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-e03a50bb4d3eae4db76237b209f092a8701cf004
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-e03a50bb4d3eae4db76237b209f092a8701cf004

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

@dewi-tik
dewi-tik enabled auto-merge (squash) May 20, 2026 17:52
@dewi-tik dewi-tik added backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 backport/version-2026.5 Add this label to PRs to backport changes to version-2026.5 labels May 21, 2026
@dewi-tik dewi-tik removed the backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 label Jun 24, 2026
@dewi-tik
dewi-tik merged commit 68f8d1e into main Jun 24, 2026
113 checks passed
@dewi-tik
dewi-tik deleted the website/docs--improve-filtering-language branch June 24, 2026 14:07
@github-project-automation github-project-automation Bot moved this from In Progress to Done in authentik Core Jun 24, 2026
@authentik-automation

Copy link
Copy Markdown
Contributor

🍒 Cherry-pick to version-2026.5 created: #23358

dewi-tik added a commit that referenced this pull request Jun 24, 2026
…ry-pick #22502 to version-2026.5) (#23358)

website/docs: clarify user and group filtering on scim provider (#22502)

* Provide more clarity on user and group filtering

* provision to synchronized



* Fix em dashes



---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Jun 24, 2026
* main: (185 commits)
  providers/scim: allow failures during discovery (#23357)
  website/integrations: Slack: cleanup (#23336)
  website/integrations: Calibre-Web: cleanup (#23297)
  website/integrations: mailcow: cleanup (#23322)
  website/docs: Add agent instructions. (#22824)
  web/tests: fix `strict mode` issues in two tests (#23339)
  website/docs: clarify user and group filtering on scim provider (#22502)
  root: assign packages/theme to @goauthentik/frontend (#23344)
  core: bump coverage[toml] from 7.14.1 to 7.14.2 (#23349)
  core: bump github.com/getsentry/sentry-go from 0.46.2 to 0.47.0 (#23345)
  core: bump astral-sh/uv from 0.11.23 to 0.11.24 in /lifecycle/container (#23346)
  core: bump goauthentik/fips-python from `a0f882f` to `2e5f9fe` in /lifecycle/container (#23347)
  ci: bump taiki-e/install-action from 2.82.1 to 2.82.2 in /.github/actions/setup (#23353)
  core: bump aws-cdk-lib from 2.259.0 to 2.260.0 (#23352)
  core: bump django-countries from 8.2.0 to 9.0.0 (#23348)
  core: bump selenium from 4.44.0 to 4.45.0 (#23350)
  core: bump sentry-sdk from 2.62.0 to 2.63.0 (#23351)
  tests: add security regression tests for OAuth JWT-bearer and flow session handling (#23190)
  website/integrations: Jellyfin: cleanup (#23293)
  website/integrations: Zipline: cleanup (#23274)
  ...
kensternberg-authentik added a commit that referenced this pull request Jun 24, 2026
* dev:
  providers/scim: allow failures during discovery (#23357)
  website/integrations: Slack: cleanup (#23336)
  website/integrations: Calibre-Web: cleanup (#23297)
  website/integrations: mailcow: cleanup (#23322)
  website/docs: Add agent instructions. (#22824)
  web/tests: fix `strict mode` issues in two tests (#23339)
  website/docs: clarify user and group filtering on scim provider (#22502)
  root: assign packages/theme to @goauthentik/frontend (#23344)
  core: bump coverage[toml] from 7.14.1 to 7.14.2 (#23349)
  core: bump github.com/getsentry/sentry-go from 0.46.2 to 0.47.0 (#23345)
  core: bump astral-sh/uv from 0.11.23 to 0.11.24 in /lifecycle/container (#23346)
  core: bump goauthentik/fips-python from `a0f882f` to `2e5f9fe` in /lifecycle/container (#23347)
  ci: bump taiki-e/install-action from 2.82.1 to 2.82.2 in /.github/actions/setup (#23353)
  core: bump aws-cdk-lib from 2.259.0 to 2.260.0 (#23352)
  core: bump django-countries from 8.2.0 to 9.0.0 (#23348)
  core: bump selenium from 4.44.0 to 4.45.0 (#23350)
  core: bump sentry-sdk from 2.62.0 to 2.63.0 (#23351)
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-2026.5 Add this label to PRs to backport changes to version-2026.5

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants