To connect to Snowflake using the OAuth 2.0 authorization code, you need the Snowflake account
name, warehouse name, authorization URL, access token URL, client ID, client secret,
and access token.
To get the authorization details, create a security integration in Snowflake that enables OAuth
access, which acts as a secure gateway for your application to connect to Snowflake
and register the following Informatica redirect URL in Security Integration:
https://
<Informatica cloud hosting facility for your organization>
/ma/proxy/oauthcallback
If the access token expires, Informatica redirect URL, which is outside the customer firewall, tries to connect to the endpoint and retrieves a new access token.
When you use the OAuth 2.0 authorization code to connect to Snowflake, you can use either the
Snowflake OAuth provider or an external OAuth authorization server, such as Okta or
Microsoft Entra ID, that uses the OAuth protocol for accessing
Snowflake.
For more information about how to create a security integration and get the authorization details, see
Create security integration in the Snowflake documentation.
You can't use connections configured with the authorization code authentication in mappings configured in advanced mode.