I’m currently working on a BlackLine integration. I was able to generate an access token successfully in Postman. However, when setting up the integration in SailPoint, I encounter an error while creating the access token. I’ve configured a custom authentication HTTP request for this, but the process fails with the following error. I tried both curl and Api request from sailpoint but it didn’t work.
In the IdentityNow request, can you try to set the body as “Form data” instead of Raw ?
Also, I believe you don’t need to escape the space character in the scope list (but you can try both)