Manage Password - SCIM 2.0 application connector

Which IIQ version are you inquiring about?

8.3P5

Please share any images or screenshots, if relevant.

Please share any other relevant files that may be required (for example, logs).

Share all details about your problem, including any error messages you may have received.

I have SCIM 2.0 application connector configuration with IIQ 8.3P5 version and I’ve onboarded user and groups and account creation, disable, enable is working fine.

I’m facing challenges during changing password as I’m not getting any error but I’ve observed in logs request only sending value of password and SCIMgateway expect below structure from IIQ
“Operations”: [
{
“op”: “replace”,
“path”: “password”,
“value”: “NewSecureP@ssw0rd!”
}
]

Can someone suggest me how to send this structure from IIQ.

Highly appreciate your response.

Hi Everyone,

Issue got resolved after adding entry in application configuration.

I’m able to send path: password in request for SCIM 2.0 application connector and able to change the password for target system.

//<entry key="includePathForCoreAttributes">
//<value>
//<Boolean>true</Boolean>
//</value>
//</entry>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.