Forum Discussion
AzureAD Password Policy impact after moving from AADConnec sync to Full cloud
We plan to disable AADconnect dirsync to go full cloud and use only Azure AD.
AD OnPrem domain use a very "light" password policy, less restrictive than Azure AD.
AD OnPrem:
- Complexity : Disabled
- Minimum password lenght : 6 characters
On Azure AD:
- Complexity : Enabled
- Minimum password lenght : 8 characters
- We use the global setting "password never expire" and default settings.
Question:
With the Azure AD global setting "password never expire" : when all users go "Cloud Only" there will be no impact, right ?
Even if they have only a 6 characters password without complexity, they can continue to use this password with an Azure AD cloud only account?
Thanks !
7 Replies
- Moe_KinaniBronze ContributorYes, it forces them to change to at least 8 to comply with AAD.
Good luck!
Moe- SRPfrCopper Contributor
Yes but when they will be forced to change the password if Tenant is set with « password never expire » ?
- what will be the impact for user when he connect the first time with the cloud-only the Azure AD account, with a 6 characters password and the Tenant set with « password never expire » ?
It’s like an AD Onprem password policy ? : Password Policy only evaluated when the password is changed or expired ?
-> so no impact for user connexion even if the current password don’t meet the AzureAD password policy ?- ChristianBergstromSilver Contributor
Hi, enable SSPR while you’re at it. As for the password if it doesn't meet the policy requirements, the user is prompted to try again.
https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-sspr-policy
- ChristianBergstromSilver ContributorHi, when leaving AAD Connect and being cloud-only the Azure AD password policy is applied (to all user accounts that are created and managed directly in Azure AD). That is, it will take precedence and you must meet the policy requirements minimum of 8 characters.
- SRPfrCopper ContributorYes this is right, but :
- what will be the impact for user when he connect the first time with the cloud-only the Azure AD account, with a 6 characters password and the Tenant set with « password never expire » ?
It’s like an AD Onprem password policy ? : Password Policy only evaluated when the password is changed or expired ?
-> so no impact for user connexion even if the current password don’t meet the AzureAD password policy ?