COF-C02 · Question #348
Which command is used to start configuring Snowflake for Single Sign-On (SSO)?
The correct answer is C. CREATE SECURITY INTEGRATION. Configuring SSO in Snowflake requires creating a Security Integration, which defines the trust relationship between Snowflake and an external Identity Provider (IdP) such as Okta, Azure AD, or PingFederate. The command CREATE SECURITY INTEGRATION with TYPE = SAML2 (or OAUTH for…
Question
Which command is used to start configuring Snowflake for Single Sign-On (SSO)?
Options
- ACREATE SESSION POLICY
- BCREATE NETWORK RULE
- CCREATE SECURITY INTEGRATION
- DCREATE PASSWORD POLICY
How the community answered
(22 responses)- A9% (2)
- C86% (19)
- D5% (1)
Explanation
Configuring SSO in Snowflake requires creating a Security Integration, which defines the trust relationship between Snowflake and an external Identity Provider (IdP) such as Okta, Azure AD, or PingFederate. The command CREATE SECURITY INTEGRATION with TYPE = SAML2 (or OAUTH for OAuth-based SSO) is the starting point for this configuration. CREATE SESSION POLICY (A) controls session timeouts and MFA requirements. CREATE NETWORK RULE (B) controls IP-based network access. CREATE PASSWORD POLICY (D) enforces password complexity rules. None of these are related to SSO/SAML configuration.
Topics
Community Discussion
No community discussion yet for this question.