Create an app registration
Last updated
Last updated
To create an app registration, you must have one of the following Microsoft Entra roles:
Global Administrator
Cloud Application Administrator
Note: A Global Administrator is typically the person who signs up for the Microsoft Entra ID tenant. View the guide on assigning Microsoft Entra roles to users for more information.
Log into the Azure portal.
Type “Microsoft Entra ID" in the search bar and select said option as it appears.
Select App registrations (under Manage) from the left pane and click on New registration. This will take you to the Register an application page.
Enter an application name in the Name section. This will be displayed to users and can be changed later.
Under the Supported account types section, select one of these options:
Accounts in any organizational directory (------ only - Single tenant) option (in our example, the "------" is MAQ Software, but this blank should have the name of your tenant instead).
Accounts in any organizational directory (Any Azure directory - Multitenant) option.
Note: Either option will work. The choice between them depends on factors such as organizational policies, preference, etc.
Click on Register to create the application.
After the app registration is created, you will see a summary page listing the details of your application.
Select Manifest (under Manage) from the left pane to modify the JSON Representation as follows:
Set the “allowPublicClient” property to true.
Set the “oauth2AllowIdTokenImplicitFlow” property to true.
Click on Save after the 2 changes are made.