davidjrh/dnn.azureadprovider

Avoid password expiration on Entra ID users

Closed this issue · 1 comments

When enabling automatic password expiration on DNN, it works correctly for DNN users but causes an issue with Entra ID users showing a banner indicating that the password has expired. This needs to be addressed, to avoid password expiration on 3rd party auth providers, if changed at DNN level, or following any other approach, (i.e. setting a long random password after every login).

Fixed on PR #111