Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The first step in this process is to create an identity.

...

  1. Log on to your Azure account using Azure portal.

  2. Click Manage Azure Active Directory.

  3. Click App registrations.

  4. Click New registration.

  5. In the page that appears, enter the following information:

    1. Name: A name for the application

    2. Supported account type: The supported account type that will determine who can use the application

    3. Redirect URI: Choose Mobile or Desktop, and then enter the following URI:
      https://login.microsoftonline.com/common/oauth2/nativeclient
      Important: Do NOT select Automated Application because you cannot create credentials for a Native application.

    4. Advanced settings: Click Yes to allow Public client flows. This can be done here before registering or after registering by selecting Redirect URIs.
      Important: If you choose this option during registration of a new application, save your changes for the Azure application.

    5. Click Register when done.

...