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
35 stars 22 forks source link

Allow module extensibility to hook login events #59

Closed davidjrh closed 1 year ago

davidjrh commented 2 years ago

In the same way the Azure AD B2C module supports extensibility to allow custom token validations, implement this extensibility in the same way.

davidjrh commented 1 year ago

Implemented by @alendv on PR #80