nerdexam
Snowflake

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…

Account Access and Security

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)
  • A
    9% (2)
  • C
    86% (19)
  • D
    5% (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

#SSO#Security Integration#Authentication#Federated Identity

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice