A cloud-based identity and access management service for securing user authentication and resource access
To assign app roles to users in Microsoft Entra ID, follow these steps:
- Sign in to the Microsoft Entra admin center as a user with the necessary permissions (at least a Cloud Application Administrator).
- Navigate to the application you want to manage:
- Go to Entra ID > App registrations and select your application.
- Assign users to the app:
- Under Manage, select Users and groups and then click on Add user/group.
- Choose the users or groups you want to assign to the application.
- Assign app roles (if you have defined app roles in your application):
- After selecting users, you can use the Select role option to assign the app role to the selected users and groups.
- Complete the assignment by clicking Assign.
Regarding the "Default access" app role, it is typically set to allow access to the application. If you want to ensure that each user has a specific app role assigned, make sure that you have defined the roles correctly in the app registration and that you are assigning them as described above.
If you find that you cannot change the default access, ensure that your app roles are properly configured in the app's manifest and that you are following the correct procedures for assignment.
References: