Snowflake Connector for Microsoft Power Platform: Collect Azure AD information for Snowflake¶
To collect Azure AD information for Snowflake, follow these steps:
Navigate to the Microsoft Azure Portal (https://portal.azure.com/) and authenticate.
导航至 Azure AD。
Select App Registrations.
Select the Snowflake OAuth Resource that was created in Snowflake Connector for Microsoft Power Platform: Configure the OAuth resource in Microsoft Entra ID.
In the Overview interface select Endpoints
On the right-hand side, copy the OAuth 2.0 token endpoint (v2) and note the URLs for OpenID Connect metadata and Federation Connect metadata.
The OAuth 2.0 token endpoint (v2) will be known as the
<AZURE_AD_OAUTH_TOKEN_ENDPOINT>in the following configuration steps. The endpoint should be similar tohttps://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/token.For the OpenID Connect metadata, open in a new browser window.
Locate the
jwks_uriparameter and copy its value.- This parameter value will be known as the
<AZURE_AD_JWS_KEY_ENDPOINT>in the following configuration steps. The endpoint should be similar to
https://login.microsoftonline.com/<tenant-id>/discovery/v2.0/keys.
- This parameter value will be known as the
对于 Federation metadata document,请在新的浏览器窗口中打开 URL。
Locate the
"entityID"parameter in theXML Root Elementand copy its value.This parameter value will be known as the
<AZURE_AD_ISSUER>in the following configuration steps. The entityID value should be similar tohttps://sts.windows.net/<tenant-id>/.
后续步骤¶
After completing these procedures, follow the steps in Snowflake Connector for Microsoft Power Platform: Create a security integration.