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

Unable to Update User due to missing 'If-Match' Header #91

Closed
Dray56 opened this issue Jul 9, 2024 · 0 comments · Fixed by #92
Closed

Unable to Update User due to missing 'If-Match' Header #91

Dray56 opened this issue Jul 9, 2024 · 0 comments · Fixed by #92

Comments

@Dray56
Copy link
Contributor

Dray56 commented Jul 9, 2024

According to the docs, updating a user requires the 'If-Match' Header. But according to the current implementation, this header is not being added and therefore update user is failing.

{"error_description":"Missing If-Match for PUT","error":"scim","message":"Missing If-Match for PUT"}

Solution would be to add this header for the put calls for users and groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant