Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Connect to Snowflake Account using SSO in Talend 7.1

Hi All,

 

Currently we are using Talend Enterprise version 7.1. We are looking for ways to connect to Snowflake Account using SSO/oauth not able to know the procedure to implement it. I have searched the Talend help manual. It says talend 7.1 supports oauth/SSO as a new feature. Kindly let me know the procedure to enable the oauth/SSO in accessing Snowflake account.

 

Thanks in Advance.

 

Regards,

Saravanan.

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

 Have you try to use this kind of query in snowflake component to see if it works well in V 7.1?

CREATE INTEGRATION oauth_test
TYPE=OAUTH_CUSTOM
OAUTH_CLIENT_TYPE='CONFIDENTIAL'
OAUTH_REDIRECT_URI='https://www.google.com'
OAUTH_REFRESH_TOKEN_VALIDITY = XXXXXX;

Could you please let us know if this documentation helps?

https://docs.snowflake.net/manuals/user-guide/admin-security-fed-auth-use.html 

Best regards

Sabrina

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hello,

 Have you try to use this kind of query in snowflake component to see if it works well in V 7.1?

CREATE INTEGRATION oauth_test
TYPE=OAUTH_CUSTOM
OAUTH_CLIENT_TYPE='CONFIDENTIAL'
OAUTH_REDIRECT_URI='https://www.google.com'
OAUTH_REFRESH_TOKEN_VALIDITY = XXXXXX;

Could you please let us know if this documentation helps?

https://docs.snowflake.net/manuals/user-guide/admin-security-fed-auth-use.html 

Best regards

Sabrina

m_garg
Contributor
Contributor

in the above OAuth security Integration created in snowflake what would be the value for oauth_redirect_uri for talend 7.1?

Xiaodi_Shi
Employee
Employee

Hello @m_garg 

OAUTH_REDIRECT_URI :<our token manager application url>

OAUTH_REDIRECT_URI.png

 

Hope it helps.

Bes regards

Sabrina