AD connect - Password expiration notification

Steel Contributor

we have O365 users who are dependent on local AD- AD connect.

they do not use their account to login to AD/Windows but uses UPN and AD password as authentication to O365.

 

what happens if the 90 day password expiration in local AD kicks in?

 

1. can users still login to O365?

2. how can users in O365 be notified that their password in Local AD is about to expire?

2 Replies
All depends if you use pass through authentication or not. If not then passwords won’t expire in 365 since the auth never hits the onprem server that checks that. Azure AD has its own password policy settings.

If you use pass through thou. They will expire since your local ad servers are doing the auth. For 365.

To clarify on what Chris wanted to say if you use password hash sync, the cloud password is set to never expire, and the users will still be able to login. If you don't have password hash sync configured, or if you are using pass-through auth, it will not work once the password is expired. 

 

The notification about password expiration will also depend on the configuration, and generally you can consider it as "not reliable". Use a custom notification script instead, there are many examples available online.