Which IIQ version are you inquiring about?
Version 8.3
Share all details related to your problem, including any error messages you may have received.
Hi All,
I have create an identity in IIQ local, and provided SCIM Executor and Web Service Executor as Capabilities. After which i have configured the API Authentication and generated Client Id and Client Secret. After which when i go to postman and try the get a token i get below error. The url used is http://localhost:8080/iiq8.3/scim/v2/oauth2/token and in body we have grant_type = client_credentials
{
“schemas”: [
“urn:ietf:params:scim:api:messages:2.0:Error”
],
“detail”: “User does not have access.”,
“status”: “401”
}