Skip to content
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

Allow SCIM PATCH API to work when members array is provided only with display attribute for its elements #485

Conversation

ZiyamSanthosh
Copy link
Contributor

Currently we are checking for both display and value attributes during a PATCH API call. The userId from the value of the value attribute and the userId derived from the username provided in display attribute is cross validated. This throws a null pointer exception if the value for the value attribute is provided. Adding this condition will restrict populating null as a element of userIds retrieved from the API body.

@ZiyamSanthosh ZiyamSanthosh changed the title Allow SCIM PATCH API to work when members array is provided only with display attribute for its elements. Allow SCIM PATCH API to work when members array is provided only with display attribute for its elements Aug 29, 2023
@ZiyamSanthosh ZiyamSanthosh marked this pull request as ready for review August 31, 2023 09:20
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