COF-C02 · Question #682
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
The correct answer is B. Federated authentication D. Key-pair authentication E. OAuth. Snowflake supports multiple user authentication methods. Federated Authentication (B) uses SAML 2.0/SSO via identity providers like Okta or ADFS. Key-pair Authentication (D) uses RSA public/private key pairs instead of passwords, commonly used for service accounts and…
Question
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
Options
- ASCIM
- BFederated authentication
- CTLS 1.2
- DKey-pair authentication
- EOAuth
- FOCSP authentication
How the community answered
(21 responses)- A5% (1)
- B90% (19)
- F5% (1)
Explanation
Snowflake supports multiple user authentication methods. Federated Authentication (B) uses SAML 2.0/SSO via identity providers like Okta or ADFS. Key-pair Authentication (D) uses RSA public/private key pairs instead of passwords, commonly used for service accounts and programmatic access. OAuth (E) allows delegated authorization through third-party identity providers. SCIM (A) is a provisioning protocol for syncing users/groups-it manages identities but is not itself an authentication mechanism. TLS 1.2 (C) is a transport-layer encryption protocol, not an authentication method. OCSP (F) is used for certificate revocation status checking, not user authentication.
Topics
Community Discussion
No community discussion yet for this question.