providers/scim: fix group membership check failing (cherry-pick #13644)#13825
providers/scim: fix group membership check failing (cherry-pick #13644)#13825rissson merged 1 commit intoversion-2025.2from
Conversation
closes #12917 Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## version-2025.2 #13825 +/- ##
==================================================
- Coverage 92.73% 92.68% -0.06%
==================================================
Files 793 793
Lines 40367 40368 +1
==================================================
- Hits 37435 37414 -21
- Misses 2932 2954 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-58ade03217e1f02766ad9d7329c5516817acc2f7
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-58ade03217e1f02766ad9d7329c5516817acc2f7Afterwards, run the upgrade commands from the latest release notes. |
Cherry-picked providers/scim: fix group membership check failing (#13644)
closes #12917
Signed-off-by: Jens Langhammer jens@goauthentik.io