Facing issue to connect postman with snowflake

I am trying to connect Snowflake and Postman facing the below issue while connecting.

below are the steps I am following

 created the security integration below.

CREATE OR REPLACE SECURITY INTEGRATION POSTMAN_TEST_OAUTH
  TYPE = OAUTH
  OAUTH_CLIENT = CUSTOM
  OAUTH_CLIENT_TYPE = 'CONFIDENTIAL'
  OAUTH_REDIRECT_URI = 'https://oauth.pstmn.io/v1/browser-callback'
  ENABLED = TRUE 
  OAUTH_ISSUE_REFRESH_TOKENS = TRUE
  OAUTH_REFRESH_TOKEN_VALIDITY = 86400
;

can you please help me in this case(7507681489).

Hi @kittu1516. Welcome to the Postman Community :postman_logo:.

Is this Oauth connection happening in a Postman Collection or in Snowflake? What errors are you getting when trying to do this? It will be helpful to share more specific information that can assist in understanding the issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.