I have a problem submitting a SOAP webservice type account creation in IdentityNow. In the events I was able to make sure that the variable values are visible correctly, but the application responds stating that the request did not receive the variable values of the attributes.
The correct way to create an account using variables in the XML body would be the format “$plan.atributeName$” for each attribute?
example:
I made another test request informing test values of the variables in the body of the request in clear text, and the defined values were correctly filled in and the account was created normally.
HI @MVKR7T Thanks for the answer, there is another field in which I pass an AccountID attribute, I tested using $plan.nativeIdentity$ in this attribute, but I had the same result, I am looking for the logs of the target application.
Hi @jrossicare Thanks for the answer, I had already created the provisioning policy for this type and added the identity attributes. I’ll get the CGG and application logs.