0
votes

I want try access to REST SCIM with oAuth token, but i get error

{"Errors":[{"code":"500","description":"User is not authorized to perform provisioning"}]}

In docs says, what "WSO2 IS supports OAuth bearer token-based authentication for SCIM REST endpoints"

https://docs.wso2.com/display/IS410/OAuth+Bearer+Token- based+Authentication+for+SCIM+Endpoints

In version 5.3, has something changed?

1

1 Answers

0
votes

It should work. Make sure you have provided Authorization header correctly like this.

curl -v -k -H "Authorization:Bearer b3fb1924-25e8-3ef9-9e55-6134bd778124" https://localhost:9443/wso2/scim/Users