Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

SVV_IDENTITY_PROVIDERS - Amazon Redshift
This page has not been translated into your language. Request translation

SVV_IDENTITY_PROVIDERS

The SVV_IDENTITY_PROVIDERS view returns the name and additional properties for identity providers. For more information about how to create an identity provider, see CREATE IDENTITY PROVIDER.

SVV_IDENTITY_PROVIDERS is visible only to superusers. For more information, see Visibility of data in system tables and views.

Table columns

Column name Data type Description
uid integer The unique ID of the registered identity provider.
name text The identity provider name.
type text The identity provider type.
instanceid text The unique differentiator between instances of the same type.
namespc text The namespace prefix of the identity provider.
params text The JSON object with parameters for the identity provider.
enabled bool Indicates if the identity provider is enabled.

Sample queries

To view identity provider properties, run a query like the following after creating identity providers.

SELECT name, type, instanceid, namespc, params, enabled FROM svv_identity_providers ORDER BY 1;

The sample output includes param descriptions.

name | type | instanceid | namespc | params | enabled ------------------+-------+--------------------------------------+---------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------- rs5517_azure_idp | azure | e40d4bb2-7670-44ae-bfb8-5db013221d73 | abc | {"issuer":"https://login.microsoftonline.com/e40d4bb2-7670-44ae-bfb8-5db013221d73/v2.0", "client_id":"871c010f-5e61-4fb1-83ac-98610a7e9110", "client_secret":, "audience":["https://analysis.windows.net/powerbi/connector/AmazonRedshift", "https://analysis.windows.net/powerbi/connector/AWSRDS"]} | t (1 row)
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.