Replies: 1 comment
-
See https://docs.abp.io/en/abp/latest/Authorization#advanced-topics |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I add Azure AD app roles to abp permission grants?
At the moment, I am able to get the roles for example Company.Task.Create and just want to know how I can add that into abp permission grants.
Not sure if this is a good way of doing it but works:
Az ad passes the app roles claims and all I'm doing below is inserting them into permission grants
`CheckIdentityErrors(await UserManager.CreateAsync(user));
Let me know what you think
Beta Was this translation helpful? Give feedback.
All reactions