How to Register an Application in Azure AD?

  1. Login to your Azure portal and under Azure Services, select Azure Active Directory.
  2. Under Manage, select App Registrations from the left pane.
  3. Click New Registration.
  4. In the Register an application page, do the following:
    1. Mention the Name and select the Supported account types.
    2. In Redirect URI, under Select a platform, select Web and mention the URI in the below format.
      https://<control-plane-url>/login/oauth2/code/<registration-ID>
      For example:https://demo.facets.cloud/login/oauth2/code/facetsdemo
    3. Click Register.

๐Ÿ“˜

  • Replace <control-plane-url> in the above link with your organization's Control Plane URL.
  • The value of <registration-ID> provided in the URL needs to be used in the Control Plane. Please make a note of it. Additionally, please ensure that the <registration-ID> does not contain any spaces or special characters.

You have successfully registered your application in Azure AD.

Click on the image to expand

Click on the image to expand

How to Add Integration for Azure AD in Facets?

  1. Navigate to Setting > OAuth Integrations from the left pane.
    This page displays all the configured OAuth Integrations in Facets.
  2. Click Add Integrations and select Azure AD as the Provider.
  3. Fill in the following information:
    1. Registration ID
    2. Client ID
    3. Client Secret
    4. Issuer URL: Mention the Tenant ID.
    5. Login Button Text: Choose the text that will appear in the Control Plane Login screen. Facets recommends using "AD Login".
  4. Click Create.
Click on the image to expand

Click on the image to expand

You have successfully set up Azure AD integration in Facets.

How to Get Client ID and Tenant ID?

  1. Log in to the Azure Portal and navigate to the registered application.
  2. In the application Overview, you will find the Application (client) ID and the Directory (tenant) ID.
Click on the image to expand

Click on the image to expand

How to Get Client Secret?

  1. Log in to the Azure Portal and navigate to the registered application.
  2. In the application, select Certificates and Secrets from the left pane.
  3. In the Client Secrets tab, click New client secret.
  4. Mention the Description and the Expiry.
  5. Click Add.
Click on the image to expand

Click on the image to expand

  1. Now, copy and use the value from the Value column of the added client secret.
Click on the image to expand

Click on the image to expand

๐Ÿ“˜

Please note that this Value will be visible for only a few minutes; therefore, we recommend copying and saving it for your reference.

You have successfully created a new Client Secret.