I have this error"An unexpected error occurred: java.util.ArrayList cannot be cast to java.lang.String" while creating PAM user on Active Directory DMZ Domain and the request status is waiting
Version 8.3p3
Hi @mohamedshehab10,
In one of your rules, you are tring to cast an array into a string and you cant do it.
See into logs for keeping more info.
Probally you a rule in a form or in a provisioning rule tath do it.
1 Like
Hi Mohamed,
Please share the provisioning plan. You are passing one of the attribute as String but it is expecting List.
Regards,
Arun
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.