Hello,
Is there any way (function, stored procedure or process ..) to verify if the password is compliant with the policy we have defined in one identity manager?
Many thanks
Hello,
Is there any way (function, stored procedure or process ..) to verify if the password is compliant with the policy we have defined in one identity manager?
Many thanks
Normally, the system checks the password you enter into the password fields automatically. What is your use case exactly?
Thank you for replaying..
I have a process sending mails to users after provisioning Azure AD accounts into O365.
And in this process, i want to check if the pasword is not compliant with OIM policy and to those in this case, send a specific mail telling them to change their passwords.
Thanks for your feedback
But if you create the Azure AD users in OneIM, the password will be set (or created) as well depending on your settings, and this triggers the password policy in OneIM.
Or I am still not understanding the use-case?
But if you create the Azure AD users in OneIM, the password will be set (or created) as well depending on your settings, and this triggers the password policy in OneIM.
Or I am still not understanding the use-case?
But just in case. Please take a look at the script SDK of the product. There are some samples to explain how you can work with the password policies.
"<One Identity Manager>\Modules\QBM\dvd\AddOn\SDK\ScriptSamples\10 Special use cases\01 Checking and creating passwords with password policies.vb"