A cloud-based identity and access management service for securing user authentication and resource access
To restrict a Microsoft Entra application to specific users or services, you can configure the application to require user assignment. This means that only users or services assigned to the application will be able to sign in or obtain an access token. Here are the steps to do this:
- Sign in to the Microsoft Entra admin center.
- Navigate to Enterprise apps > All applications.
- Select the application you want to configure.
- On the application's Overview page, under Manage, select Properties.
- Locate the setting Assignment required? and set it to Yes.
- Save your changes.
When you set the application to require assignment, user consent for that application is not allowed, ensuring that only assigned users can access it. Additionally, you may also consider using Azure role-based access control (Azure RBAC) for more granular access control.
References: