Microsoft authentication

Lisa 21 Reputation points
2022-02-22T10:11:36.833+00:00

I am getting 8 digit code instead of 6 digit code in Microsoft authenticator app

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
7,387 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Peter Groft 106 Reputation points
    2022-07-06T12:47:13.493+00:00

    Go to App registrations in the Azure portal. If needed, sign in with your Microsoft account.

    Select New registration, then enter an application name.

    Under Supported account types, select Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)

    In Redirect URIs, select Web, and then enter https://<app-domain-name>/.auth/login/aad/callback. Replace <app-domain-name> with the domain name of your app. For example, contoso.azurewebsites_net/.auth/login/aad/callback. Be sure to use the HTTPS scheme in the URL.

    Select Register.

    Copy the Application (Client) ID. You'll need it later.

    From the left pane, select Certificates & secrets > New client secret. Enter a description, select the validity duration, and select Add.

    Copy the value that appears on the Certificates & secrets page. After you leave the page, it won't be displayed again.

    Greetings,
    Peter

    0 comments No comments

  2. Wikornpob Sangsuda 1 Reputation point
    2022-12-16T08:55:18.613+00:00

    Microsoft authentication isn't work with
    microsoft Azure AD Account (It's not respond)

    pls. you check domain (@mpdgroup.co)

    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.