Integrating with Azure Active Directory - TechPro

How to integrate with Azure Active Directory for Single Sign-On (SSO)

Complete the following to create the app registrations for Azure Active Directory.

TechProRegistration

  1. Open Azure Active Directory via the Azure Portal (http://portal.azure.com).
  2. Select App registrations.
  3. Enter TechPro in the Name field.
  4. From the Supported account types list, select Accounts in this organizational directory only.
  5. Skip the Redirect URI (optional) section.
  6. Click Register.
  7. In the newly created TechPro Azure Active Directory Service registration, from the menu on the left, select Certificates & secrets.
  8. Click + New client secret.
  9. Create a new client secret.
  10. In the Description field, enter TechPro Active Directory Service API.
  11. From the Expires list, select 180 days (6 months).
  12. Click Add.
  13. Click the copy icon to copy the generated secret and save it for later use.
  14. Next, from the menu on the left, select API permissions.
  15. Grant the following permissions to Microsoft Graph:
  16. As an admin user, grant admin consent for all permissions that require it.
  17. Once directed to the detail page for the registration, click Add an Application ID URI.
  18. Add the following platforms with the corresponding values:


  19. Click Configure. If your service is hosted locally, you only need to complete the TechPro registration. However, you will need to add the client secret and API permissions steps specified in the TechPro Active Directory Service Registration section.