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

Add a dropdown with the list of supported claims #35

Open davidjrh opened 3 years ago

davidjrh commented 3 years ago

To help mapping claims to user properties or user profile properties, adding a dropdown with the list of supported claims for the current application would help.

The list of supported claims for an application can be obtained from:

Plus the "core claim set" present in every token regardless of the policy. These claims are also considered restricted, and can't be modified. More info at https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-claims-mapping

moorecreative commented 3 years ago

This would be excellent help in quick setup!

Even if it didn't have a dropdown listing the available claims, then perhaps a Help or Troubleshooting tab in the interface which listed these links (since all of the values are present in the configuration settings) which the admin could click to follow would be helpful.