Unable to create SSO user from API due to password requirement
Summary:
We are utilizing the HCM-OFS accelerator integration.
The resource is successfully created, but when it tries to create a user with a User Type login policy set to SSO (based on SAML), the following error occurs:
<![CDATA[{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1"
,
"title": "Bad Request",
"status": "400",
"detail": "Invalid value of element: 'password'. Error: Password must contain uppercase and lowercase letters"
}.A 400 Bad Request Error indicates that the target service is unable (or refuses) to process the request sent by the client (Oracle Integration Cloud), due to an issue that is perceived by the server to be a client problem. You can trace the cURL representation of the request sent to the target service from the Oracle Integration Cloud server logs. Try invoking the target service using cURL. It may also be that one of the intermediaries (proxy, LBR) could be returning this code. ]]>