How to create a new role for a registered app in Azure Active Directory

Here you'll learn how to create a new role for a registered app in AAD, in this case for licensing application.

First, you need to visit portal.azure.com

Then, go to Azure Active Directory and click it. It has the following icon:

Once in the AAD, click on App Registrations:

Then look for the app you want to add a role, for example "GenericWebAPI_Development". Click on that app, then just go to app roles and create a new one:

Then, just add the required information to create a role. For example:

Click on apply and that' it. A new role has been created.

Last updated