Authorize By Group in Azure Active Directory B2C
问题 I am trying to figure out how to authorize using groups in Azure Active Directory B2C. I can Authorize via User for example: [Authorize(Users=\"Bill\")] However this is not very effective and I see very few use-cases for this. An alternate solution would be Authorizing via Role. However for some reason that does not seem to wowrk. If I give a user the Role \"Global Admin\" for example, and try: [Authorize(Roles=\"Global Admin\")] It does not work. Is there a way to authorize via Groups or