HomeGuidesRecipesAPI
HomeGuidesAPILog In
Guides
These docs are for v14. Click to read the latest docs for v31.

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.

📘

Note

Refer to the Azure Active Directory documentation for the maximum number of Azure AD groups that can be added to ensure that there are no issues with processing information from 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.