Share all details related to your problem, including any error messages you may have received.
I am using Azure AD connector application to run a Powershell script directly using IQService. The IQService receives the script but not running it.
The error I see in the logs is
“Exception occurred in executing the script : The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters”
Any suggestion to resolve this, as I think this error is not because of the powershell script or the beanshell rule executing it but because of the connector.
@jjarabo : Hello Jose, I see similar post from you where you also got the exact same error. But I do not see any solution in that post, were you able to resolve this issue?