Forum Discussion
Jules
Dec 24, 2021Copper Contributor
Allow any UTF8 characters in Microsoft account passwords
Hello, I tried to use characters like «¼∃≒∀» in passwords and the form always reject them while local windows accounts and on premise domain controllers accept them. I opened a support ticket ...
VasilMichev
Dec 25, 2021MVP
The Azure AD password requirements are listed here: https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-sspr-policy#password-policies-that-only-apply-to-cloud-user-accounts
As you can note from the above, unicode characters are indeed not supported. Whether this will change, only the relevant folks within Microsoft can tell. But if you have valid need to honor the on-premises password policies, you can use federation or PTA/SSO, all of which redirect the authentication process to you on-premises AD.
As you can note from the above, unicode characters are indeed not supported. Whether this will change, only the relevant folks within Microsoft can tell. But if you have valid need to honor the on-premises password policies, you can use federation or PTA/SSO, all of which redirect the authentication process to you on-premises AD.
Jules
Dec 31, 2021Copper Contributor
Objective is to have Azure AD available as an additional authentication authority, not a redirector.