davidjrh / dnn.azureadprovider

The DNN Azure Active Directory Provider is an Authentication provider for DNN Platform (formerly DotNetNuke) that uses Azure Active Directory OAuth2 authentication to authenticate users.
MIT License
34 stars 21 forks source link

Avoid password expiration on Entra ID users #107

Open davidjrh opened 3 months ago

davidjrh commented 3 months ago

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).