Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a dropdown with the list of supported claims #35

Open
davidjrh opened this issue Aug 17, 2020 · 1 comment
Open

Add a dropdown with the list of supported claims #35

davidjrh opened this issue Aug 17, 2020 · 1 comment

Comments

@davidjrh
Copy link
Owner

davidjrh commented Aug 17, 2020

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:

  • v1.0 tokens: https://login.microsoftonline.com/{tenant}/.well-known/openid-configuration?appid={client-id}
  • v2.0 tokens: https://login.microsoftonline.com/{tenant}/v2.0/.well-known/openid-configuration?appid={client-id}

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants