Adding the native app registration in Azure AD

  1. Sign in to the Azure portal at https://portal.azure.com.
  2. Select Azure Active Directory > App registrations.
  3. Click New application registration.
  4. Specify this information:
    Name
    Specify a name for the app; for example, Service Portal Administration.
    Application type
    Specify Native.
    Redirect URI
    Specify a unique URI; for example, https://serviceportal.acme.com/ipf/pm.
  5. Click Create.
  6. In the list of App registrations, select this new app.
  7. Click to edit the manifest.
  8. For the groupMembershipClaims property, specify “SecurityGroup”. Include the quotation marks in the value.
  9. Click Save.
  10. Click Settings.
  11. Under API Access, click Required permissions.
  12. Click Grant Permissions and click Yes.