Hi All,
We are using a webservice connector and is utilizing two add entitlement operations. One is for adding/modifying a role and the other one is for adding the user to a group.
I have confirmed that each of those is working on its own. However, when I do an access request to modify a role, the Add Entitlement operation for adding a user to a group was also getting called and displaying an error:
Message: 405 : {“error”:{“summary”:“Method Not Allowed”,“detail”:“The HTTP method ‘POST’ is not supported for the given resource”,“code”:“405000”}}, HTTP Error Code: 405
Similar thing happens when I do an access request for adding a user to a group. The Add Entitlement for adding/modifying a site role is getting called as is also displaying an error.
How can I configure it in a way that only one of the Add Entitlement operation is getting called (depending if the user needs to add/modify a role or if a user needs to be added to a group) when I perform an access request? I want to configure it this way to prevent the encountering the error for each of the Add Entitlement operation.