Azure AD groups or App Roles to Abp Permissions grants #10522
Unanswered
maniani-dev
asked this question in
General
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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