Knowledge Base - Smart Flows

Configuring Microsoft Entra ID for Single Sign-On

When creating a Single Sign-On connector, OAuth2.0 authorization is required to authenticate the connector. To do so, you must configure App registrations in Microsoft Entra ID.

Create the App Registration

  1. Go to your Microsoft Entra Admin Center and select Microsoft Entra ID.

    Microsoft Admin Center Homepage - New.png
  1. In the left navigation panel, select the App registrations.

  2. Select New registration.

    App registrations.png
  1. In the Name field, input the name of your application.

  2. Select the appropriate supported account types for your organization. By default, it selects a Single tenant as the account type.

  3. (Optional) In the Redirect URI field, input the redirect URI.

This value is the base-URL of your application with /oauth2/redirect as a suffix—for example, https://login.example.com/oauth2/redirect.

  1. Select Register.

The Application Overview page displays.

New Registration form.PNG

Store the Client Secret

  1. In the left navigation panel, select Certificates & secrets.

    Application Page.png
  1. Select New client secret.

The Add a client secret dialog displays.

Create new secret.png
  1. In the Description field, input the description for the client's secret.

  2. In the Expires dropdown menu, select the expiry days for the client secret.

  3. Select Add.

    Add new client secret.PNG
  1. Copy the Client Secret Value and store it. This value cannot be read again and the secret will need to be regenerated if the value is not stored.

    Client secret value.png

Store the Client ID

  1. In the left navigation panel, select Overview.

  2. View and store the Application (client) ID.

    Overview Tab.png

Store the OpenID Connect metadata document key

  1. On the top navigation, select Endpoint.

  2. View and store the OpenID Connect metadata document value.

    Updated Endpoints screenshot.png

Use OpenID Connect metadata document key, Client ID, and Client Secret for Creating a Single Sign-On Connector in Smart Flows.