Skip to content

providers/scim: use modified GroupMember class to support extra attributes on it#20827

Open
BeryJu wants to merge 2 commits intomainfrom
providers/scim/custom-groupmember
Open

providers/scim: use modified GroupMember class to support extra attributes on it#20827
BeryJu wants to merge 2 commits intomainfrom
providers/scim/custom-groupmember

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 10, 2026

currently the schema only supports the hardcoded SCIM default schema values

…butes on it

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner March 10, 2026 14:27
@netlify
Copy link

netlify bot commented Mar 10, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 2fd71b7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69b02a6e367f860009c5f309
😎 Deploy Preview https://deploy-preview-20827--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 Mar 10, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20827   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files         993      993           
  Lines       55906    55909    +3     
=======================================
+ Hits        52245    52250    +5     
+ Misses       3661     3659    -2     
Flag Coverage Δ
conformance 37.59% <100.00%> (+<0.01%) ⬆️
e2e 43.12% <100.00%> (+0.02%) ⬆️
integration 22.31% <0.00%> (+<0.01%) ⬆️
unit 91.61% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.70% <100.00%> (+<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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@github-actions
Copy link
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-9c540518a62b88ea57668cd3ac3dce9b87fa5588
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-9c540518a62b88ea57668cd3ac3dce9b87fa5588

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant