0
Repunjay created
- ABP Framework version: v4.3.1
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
- Does ABP.IO framework provides integrated Azure AD integration for managing user identities and RBAC?
- If not, is there any plan to integrated Azure AD in future and by when it will be available, please advise.
1 Answer(s)
-
0
Yes, you can integrate Azure AD to your abp application. There are community articles about how to;
RBAC is different story. Abp applications use permission based authorization and these permissions are managed within the application it self. But you can add your azure ad roles/claims and write your own custom authorization filters as you like.