website/docs: clarify user and group filtering on scim provider#22502
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-e03a50bb4d3eae4db76237b209f092a8701cf004Afterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
|
🍒 Cherry-pick to |
…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>
* 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) ...
* 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)
Details
Clarifies how user and group filtering operates with the SCIM provider
Checklist
If applicable
make docs)