Skip to main content

One Click Integration With Microsoft Entra ID (Azure AD)

About 2 min

Create the deployment with Microsoft Entra ID (Azure Active Directory (AD)) by One Click Integration

Preview

As we mentioned in Secure a Web App Using Microsoft Entra ID, we need to register an OIDC application in Azure management portal and get the tenant id, client id and client secret for this application. What's more, we offer a more convenient way to integrate Microsoft Entra ID with Datawiza Cloud Management Console (DCMC) which can create a new application on your behalf in your Azure tenant. In this tutorial, we will create a deployment with One Click Integration With Microsoft Entra ID.

Create Application on DCMC

  1. Get Started Microsoft Entra ID Overview
  2. Create Deployment Microsoft Entra ID Overview
  3. Add Application Configure your application with the following values:
  • App Type: Web
  • Name: one-click-app
  • Application URL: http://localhost:9772
  • Listen Port: 9772
  • Upstream Servers: http://host.docker.internal:3001Microsoft Entra ID Overview
  1. Configure IdP Input the Name. Select the OIDC as the Protocol and Microsoft Entra ID as Identity Provider. Keep the Automatic Generator option enable, select Supported account types based on who can use this application, then click the Create: Microsoft Entra ID Overview

Note that the one-click function will create a new application on your behalf in your Azure tenant if you log in to the DCMC with an Azure account.

  • If you log in to the DCMC with any other social account or email, you need to log in to Azure after click Create.
  • Meanwhile, we provide the optional configuration called Tenant ID. If you want to create the Microsoft Entra ID application in a specified tenant, you can enter the tenant ID here.

Accept the permissions: Microsoft Entra ID Overview Note that the consent needs admin privilege: Microsoft Entra ID Overview Then, the application will be created in Microsoft Entra ID management portal and needed IdP values will be generated automatically. You can click the Azure portal to check the application in Microsoft Entra ID management portal. Microsoft Entra ID OverviewMicrosoft Entra ID OverviewMicrosoft Entra ID Overview NOTE: if you are using a Microsoft personal account, the message will be shown after clicking Create: Microsoft Entra ID Overview You can go to Azure portalopen in new window of your personal account. Copy the Tenant ID and paste it in Configure IdP page. Then click Create: Microsoft Entra ID OverviewMicrosoft Entra ID Overview Accept the permissions: Microsoft Entra ID Overview Then, the application will be created in Microsoft Entra ID management portal and needed IdP values will be generated automatically. You can click the Azure portal to check the application in Microsoft Entra ID management portal. Microsoft Entra ID Overview

  1. Note Down Provisioning Key and Secret Note down your PROVISIONING_KEY and PROVISIONING_SECRET. We will need these values later when deploying the Datawiza Access Proxy (DAP).

  2. Deploy DAP With Your Application After you successfully complete the configuration on DCMC, you can refer to the Secure a Web App Using Microsoft Entra ID to deploy DAP With Your Application and for more configurations.