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

FF Azure SSO Mods #109

Closed brbeaird closed 1 month ago

brbeaird commented 1 month ago

This is a collection of modifications need to make this module fit FirstFleet use cases:

  1. Pull user mapping from properties on the ID token instead of the access token (needed because EmployeeID only gets added to the ID token).
  2. Only auto-redirect on the AzureLogin page
brbeaird commented 1 month ago

Apologies, this should be local fork only