Which steps are needed to configure OKTAAPI token integration in Snowflake?
A Snowflake SCIM access token for the OKTA_PROVISIONING security integration is generated while using the ACCOUNTADMIN role by calling SYSTEM$GENERATE_SCIM_ACCESS_TOKEN('OKTA_PROVISIONING'). The token remains valid for six months and must be regenerated after it expires.
OKTA_PROVISIONING
ACCOUNTADMIN
SYSTEM$GENERATE_SCIM_ACCESS_TOKEN('OKTA_PROVISIONING')
Community Discussion