Work with users, groups, and roles in custom apps and APIs
Link

Work with users, groups, and roles in custom apps and APIs

Learn how to use both Azure AD Groups and Application Roles to provide fine grained access control to an application.

Microsoft Learn
Updated Apr 08, 2020

Role-based access control (RBAC) is a popular mechanism to enforce authorization in applications. The administrator assigns roles to different users and groups to control who can access to what content and functionality. Using RBAC with Application Roles and Role Claims, developers can securely enforce authorization in their apps with little effort on their part. Another approach is to use Azure AD Groups and Group Claims. In this module, you’ll learn how to use both Azure AD Groups and Application Roles to provide fine grained access control to an application.

;