How does Snowflake enable OAuth?
How does Snowflake enable OAuth?
In Snowflake, OAuth is enabled by configuring a security integration. This integration defines the necessary settings and parameters to interact with an OAuth 2.0 authorization server, enabling users to authenticate and authorize access to Snowflake resources using OAuth tokens.
https://docs.snowflake.com/en/user-guide/oauth-intro Administrators configure OAuth using a Security integration, which enables clients that support OAuth to redirect users to an authorization page and generate access tokens (and optionally, refresh tokens) for accessing Snowflake.
Correct Answer: B. By configuring a security integration Configuring a security integration: In Snowflake, OAuth is enabled by creating and configuring a security integration. This integration defines the settings and parameters required for Snowflake to interact with an OAuth 2.0 authorization server, allowing users to authenticate and authorize access to Snowflake resources using OAuth tokens.