A cloud-based identity and access management service for securing user authentication and resource access
The error message you are encountering indicates that the user account you are trying to log in with does not exist in the specified tenant ('Microsoft Services'). This typically happens when the account has not been added as an external user in the tenant or if there is a mismatch in the account's identity provider.
To resolve this issue, you can take the following steps:
- Add the guest user to your directory: Ensure that the account you are trying to use is added as an external user in the tenant. This can usually be done by an administrator in the Azure portal.
- Check the application registration: Make sure that the application you are trying to access is configured to allow users from the correct tenant.
- Use the correct sign-in URL: If your application is meant to support multiple tenants, ensure that you are using the appropriate sign-in URL for multitenant applications.
Following these steps should help you gain access to the application.