How to register SharePoint app on the new Azure AD Portal

Prerequisites


  1. You have to be Azure Active Directory Administrator.


Register SharePoint app on the new Azure AD Portal UI


  1. Open the Azure portal.
  2. Navigate to the Azure Active Directory.
  3. You will find few panels in the general overview blade.


Browser with Azure portal opened
  1. Click on the "App Registration" panel.
  2. New blade with all the available apps will appear.
  3. Click "Add" button on the top left corner.


Browser with Azure portal opened
  1. Once the new app is created, permissions can be delegated.


Browser with Azure portal opened
  1. Once you've completed registration, Azure AD will assign your application a unique client identifier, the Application ID (Client ID).


Browser with Azure portal opened
  1. To generate an authentication key, select Keys.


Browser with Azure portal opened
  1. Provide a description of the key, and a duration for the key. When done, select Save.


Browser with Azure portal opened

After saving the key, the value of the key is displayed. Copy this value because you are not able to retrieve the key later. You provide the key value with the application ID to log in as the application. Store the key value where your application can retrieve it. Tenant Id is required to get the access token. To get the tenant ID, select Properties for your Active Directory. Copy the Directory ID. Here is a link on how to find the tenant id.


Cheers, Velin