CREATE SECURITY INTEGRATION¶

Creates a new security integration in the account or replaces an existing integration. An integration is a Snowflake object that provides an interface between Snowflake and a third-party service.

See also:

ALTER SECURITY INTEGRATION , DROP INTEGRATION , SHOW INTEGRATIONS

Syntax¶

CREATE [ OR REPLACE ] SECURITY INTEGRATION [ IF NOT EXISTS ]
  <name>
  TYPE = { API_AUTHENTICATION | EXTERNAL_OAUTH | OAUTH | SAML2 | SCIM }
  ...
Copy

The syntax varies considerably among security environments (i.e. types of security integrations). For specific syntax, usage notes, and examples, see: