Forgot Login credentials for Azure account

Richard 6 Reputation points
2022-07-30T15:11:43.737+00:00

Hi,
time ago, I created an azure account and also an app for my chrome extension.
After a long time, I tried to login, but couldnt find the right email.

Is it possible to find my login credentials by using the API credentials I use in the chrome extension?
auth: {
authority: "https://login.microsoftonline.com/common/",
clientId: "....",
redirectUri: chrome.identity.getRedirectURL("oauth2"),
},
I also have the client secret.

In the end, I want to know, which email I used for that account. Is that possible?

Thanks in advanced
Richard

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,086 questions
0 comments No comments
{count} vote

4 answers

Sort by: Most helpful
  1. Anonymous
    2022-07-30T15:33:15.623+00:00

    You can follow along here.
    https://learn.microsoft.com/en-us/microsoft-365/troubleshoot/sign-in/forgot-sign-in-password

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. Richard 6 Reputation points
    2022-07-30T16:33:59.727+00:00

    @Anonymous thanks for your quick reply. The problem ist to find out the email... I tried the email I thought is related, but no..... :/

    0 comments No comments

  3. Anonymous
    2022-07-30T20:00:06.527+00:00

    Maybe this one.
    https://support.microsoft.com/en-us/account-billing/you-forgot-your-microsoft-account-username-b2049472-3b8f-27d3-61c6-67a668453f4c

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  4. Brian Reilly 0 Reputation points
    2023-04-21T10:06:14.62+00:00

    I appreciate this is an older post but did you get this resolved? I have the same issue and I'm worried about the billing aspect for the Azure services on the account.

    0 comments No comments

Your answer

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