Microsoft Azure Active Directory
Microsoft Azure Active Directory is a directory service used for identity and access management. You can use Microsoft Azure Active Directory as a data source when landing or replicating data.
-
有关连接 SaaS 应用程序的更多信息,请参阅连接到 SaaS 应用程序。
-
有关 Lite 连接器的更多信息,请参阅 连接器分类。
-
根据您的用例,您可能需要安装 数据移动网关 才能从 SaaS 应用程序中移动数据。有关更多信息,请参阅什么时候需要 数据移动网关?。
Preparing for authentication
To access your Microsoft Azure Active Directory data, you need to authenticate the connection with your account credentials.
-
Go to https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade and click New registration.
-
Set Name to Qlik
-
Set the redirect URL to https://connector.qlik.com/auth/oauth/v3.htm.
-
Click Register.
-
Copy the Application ID to Client ID in the connection settings.
-
Click API permissions.
-
Click Add a permission.
-
Click Microsoft Graph.
-
Click Delegated permissions, and select offline_access.
-
In the list, select all integrations that contains data you want to include in the connection. For each integration, select all items that end with .Read, .Read.Basic, .Read.All or .Read.Shared. Click Add permissions when you are finished with your selections.
-
Click Grant admin consent for... and select Yes.
-
Click Certificates & secrets.
-
Click New client secret, and select Never.
-
Click Add.
Value contains your client secret that you can copy to Client Secret in the connection. You may also want to record the client secret for future use.
Creating the connection
有关更多信息,请参阅连接到 SaaS 应用程序。
-
填写完所需的连接设置后,单击身份验证。
您可能会被要求登录源应用程序。
将显示一个带有身份验证代码的窗口。
-
将代码复制到剪贴板,然后返回到连接对话框。
-
粘贴使用源提供的代码完成身份验证中的代码,然后单击验证。
提示注释您可能需要向下滚动才能查看此字段。在状态为已验证时,身份验证即得到验证。
-
在连接名称中提供连接的名称。
-
选择打开连接元数据以定义创建连接时的元数据。
| Setting | Description |
|---|---|
| Data gateway |
如果您的用例需要,请选择一个 数据移动网关。 信息注释
此字段不适用于 Qlik Talend Cloud Starter 订阅,因为它不支持 数据移动网关。如果您有另一个订阅层并且不想使用 数据移动网关,请选择无。 有关 数据移动网关 的优势和需要它的用例的信息,请参阅Qlik 数据网关 - 数据移动。 |
| Client ID | Client ID. |
| Client Secret | Client secret. |
| Graph Base URL |
Graph base URL Example: https://graph.microsoft.com/v1.0 |