The first step in this process is to create an identity.
If you experience difficulties, check required permissions to ensure your account can create identities.
To create an identity
Log on to your Azure account using Azure portal.
Click Manage Azure Active Directory.
Click App registrations.
Click New registration.
In the page that appears, enter the following information:
Name: A name for the application
Supported account type: The supported account type that will determine who can use the application
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.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.Click Register when done.