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).