-
Notifications
You must be signed in to change notification settings - Fork 56
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
Azure AD Patch request issues #75
Comments
Same thing happens with the employee number field.
This is not a complex field, so this leads me to believe that we're just not processing the path correctly |
After digging some more it seems that the path compiler does not like the colons (:) in the path name -- it's not clear to me what I should do about it though. I suspect the (.) may trip it up as well. Any advice would be welcome! |
@plamenGo looks like a very legit request, will take a look at this the day after. |
Hey, Azure posts the following when trying to PATCH a user:
We are unable to parse and the get following error from go-scim:
I think the issue might be that manager is a complex attribute under the enterprise schema, but is sent over with a simple ID.
Do you know if this is a bug in go-scim of if we should format the PATCH request differently? Can you provide an example of what this request should look like so it works in go-scim.
Best Regards!
Plamen
The text was updated successfully, but these errors were encountered: