Forum Discussion
ElieAT
Jul 29, 2022Iron Contributor
Enable Password Never Expires
Hello, Kindly i need to know if we enable password never expires from office365 portal, how it will affect on premises users if we are in hybrid environement? Regards,
- Jul 29, 2022with PTA always your user rely on your on-prem AD authentication. Even if you set your password never expired on Azure AD and the password is expired on-prem the user will be blocked. the best practice for your case is to switch to password hash sync. if you need to keep the PTA scenario than an alternative solution is to enable the password write back feature so the user will have the ability to change or reset his password and the password will be synced back the AD on-prem.
Refer to the below link to see how you can enable the password write back feature
https://docs.microsoft.com/en-us/azure/active-directory/authentication/tutorial-enable-sspr-writeback
eliekarkafy
Jul 29, 2022MVP
are using the password hash sync with Azure AD Connect ?
- ElieATJul 29, 2022Iron ContributorPass Through Authentication but if its a hash what will be the difference?