【发布时间】:2022-12-28 04:52:39
【问题描述】:
In .NET Core web app i have different user roles (Admin, User), based on that i want to show different pages using Azure ad app role.
How i can assign user with specific role to azure ad app?
Currently i am getting user roles from database using Middleware approach because of that number of of API calls.
【问题讨论】:
-
Hello did you tried the solution? Is there anything else that I can help you with?
标签: c# asp.net-core microsoft-graph-api middleware