Share all details about your problem, including any error messages you may have received.
The Authentication is a bit different compare to OAuth 2.0, If we observe the below curl, we need to pass the client_id and secret as Basic authentication and need to pass urlencoded values and scope, but it’s not working i tried below entries in application XML, but still getting failed
The authentication mechanism is a bit different compare to other OAuth, here i need to pass client id and secret as basic auth, but with the default configuration no option to pass them as basic auth for token generation.
I am able to generate the token from Postman with the curl that shared
Try using a web service connector and write before operational rule to handle this connection scenarios in each operation if it is not supported in SCIM connector.
I verified all the default API’s related to SCIM all are fine, so only problem with authentication. If the authentication works, there is no need of any additional development required to onboard this application so if i go with Webservice more dev work is required, so checking if we can customize the authentication mechanism in SCIM.