HomeGuidesRecipesAPI
HomeGuidesAPILog In

Azure Active Directory

Using standard SAML 2.0 features

Configure Azure with the details of SmartIQ to use Azure Active Directory as an identity provider in SmartIQ.

Configure Azure

  1. Navigate to Azure Portal.

  2. Select Azure Active Directory from Portal menu.

  3. Go to App Registrations > New Registration.

  • Name: YourAppName
  • Supported account types: Accounts in this organizational directory only (YourCompanyNameHere)
  • Redirect URI (optional):
    • Type: web
    • Value: https://YourApp.com/manage/account/samlauthenticate
2096
  1. Click Register.

  2. Navigate to the newly registered web app and click the Authentication blade.

  3. Create a new Redirect URI path:

  • Type: web
  • Value: https://YourApp.com/produce/account/samlauthenticate
  1. Click Save.

📘

Redirect URI's

You should now have 2 Redirect URIs. One for /Manage and one for /Produce.