Which IIQ version are you inquiring about?
Version 8.X
Share all details related to your problem, including any error messages you may have received.
Hi team,
Wondering if anyone has experienced this / seen this before.
I am running IIQ 8.4p1 on a tomcat instance, and I am attempting to set-up an application with CyberArk using the PAM connector (based on SCIM), using OAuth2.0 client credentials grant type. When executing a Test Connection, I can see from enabling some http logs that the access_token returned from the Token URL appears to be truncated. I can see this because the length of the access_token is 830 characters, whereas if I return an access_token using Postman, it is 850 characters.
Subsequent calls to the /ResourceTypes endpoint made during the Test Connection are then failing, as the access_token used is not authorised to access this endpoint. If I try use the access token returned that is 830 chars within Postman submitting the same call to the /ResourceTypes endpoint, it returns the same error that I see in my http logs (which is a 401 error). If I use the access_token returned using Postman for a subsequent call to /ResourceTypes, it works.
Could there be any settings within IIQ or tomcat that could result in the HTTP response being truncated?
Thanks,
Chris