I just want to use SCIM 2.0 REST APIs that per this guide are out of the box from 5.4.0 version of WSO2IS. I'm using WSO2 IS 5.7.
When I GET /scim2/Me
with admin
user (HTTP basic authentication), I get a 200 OK response, but when I try to call this API with a different user, I get the following HTTP response:
{
"schemas": "urn:ietf:params:scim:api:messages:2.0:Error",
"scimType": "invalidValue",
"detail": "Required attribute id is missing in the SCIM Object.",
"status": "400"
}
What's the problem here? Maybe I miss some basics on WSO2IS SCIM APIs usage?