A cloud-based identity and access management service for securing user authentication and resource access
To find the correct Azure login for a specific B2C tenant, you can use the tenant ID you already have. Here are the steps you can follow:
- Use the Azure Portal: Sign in to the Azure portal using an account that has access to the tenant.
- Access Microsoft Entra ID: Once logged in, search for Microsoft Entra ID in the portal.
- Locate Tenant Information: In the Microsoft Entra Overview page, you should be able to see the tenant ID and other relevant information in the Basic information section.
- Use the Tenant ID for Authentication: When authenticating users or applications, you can direct the browser to
https://login.microsoftonline.com/{tenant}/v2.0, replacing{tenant}with your tenant ID. This will ensure that the authentication is directed to the correct tenant.
If you need to programmatically find the tenant ID or perform other operations, you can use the Azure CLI or Microsoft 365 CLI as mentioned in the context.
References: