-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
providers/scim: fix PATCH for AWS #18230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook 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. |
| group: Group, | ||
| scim_group: SCIMGroupSchema, | ||
| connection: SCIMProviderGroup, | ||
| attr: str = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
insteaed of attr I think it'd be cleaner to just pass *ops and use that as operations and then the call above can patch its specific attributes in one call
Details
Resolves #12321
According to the AWS SCIM reference,
PatchGroupoperation must containpathfield with supported attributes: displayName, members, and externalId.The current PR enforces this behaviour based on SCIMCompatibilityMode.
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)