Share via

Identify Azure login for a particular tenant

Allen Belkin 0 Reputation points
2026-02-23T18:55:15.6933333+00:00

I’m working with an on-line application that requires a specific B2C tenant for authentication. I have found several Azure log-ins but they all go to a different tenant. The developer of the application and the original administrator are no longer available.

 

How can I find a login that connects to the correct tenant? I know the ID for the tenant. Thanks!

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-23T18:55:24.9866667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    1. Use the Azure Portal: Sign in to the Azure portal using an account that has access to the tenant.
    2. Access Microsoft Entra ID: Once logged in, search for Microsoft Entra ID in the portal.
    3. 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.
    4. 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:


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.