A cloud-based identity and access management service for securing user authentication and resource access
As you described that users assigned to an Enterprise Application but the blade still says “No users assigned” and sign‑in is blocked this is almost always an assignment scope or role issue rather than a propagation delay. In Microsoft Entra ID, assignments take effect immediately when done in the correct place.
Please check the following
- Verify Assignment Location
- Go to Microsoft Entra admin center → Enterprise Applications → [Your App] → Users and Groups.
- Add users/groups here (not under App registrations).
- Select Role During Assignment
- If the app defines roles, choose one (e.g., User, Reader, Admin).
- Missing role = AADSTS50105 error.
- Check “User Assignment Required”
- Under Properties, if set to Yes, only explicitly assigned users/groups can sign in.
- Grant Admin Consent
- Navigate to Permissions → click Grant admin consent for required permissions.
- Validate Group Assignments
- Avoid nested groups unless you have Entra ID P1/P2.
- Test with direct user assignment.
- Confirm in Correct Tenant
- Ensure you’re in the right directory and the app is enabled for sign-in
For your reference: