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.”

ListOpenIDConnectProviders

Focus mode
ListOpenIDConnectProviders - AWS Identity and Access Management

Lists information about the IAM OpenID Connect (OIDC) provider resource objects defined in the AWS account.

Note

IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for an OIDC provider, see GetOpenIDConnectProvider.

Response Elements

The following element is returned by the service.

OpenIDConnectProviderList.member.N

The list of IAM OIDC provider resource objects defined in the AWS account.

Type: Array of OpenIDConnectProviderListEntry objects

Errors

For information about the errors that are common to all actions, see Common Errors.

ServiceFailure

The request processing has failed because of an unknown error, exception or failure.

HTTP Status Code: 500

Examples

Example

This example illustrates one usage of ListOpenIDConnectProviders.

Sample Request

https://iam.amazonaws.com/?Action=ListOpenIDConnectProviders &Version=2010-05-08 &AUTHPARAMS

Sample Response

<ListOpenIDConnectProvidersResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> <ListOpenIDConnectProvidersResult> <OpenIDConnectProviderList> <member> <Arn>arn:aws:iam::123456789012:oidc-provider/server.example.com</Arn> </member> <member> <Arn>arn:aws:iam::123456789012:oidc-provider/server.example.org</Arn> </member> </OpenIDConnectProviderList> </ListOpenIDConnectProvidersResult> <ResponseMetadata> <RequestId>de2c0228-4f63-11e4-aefa-bfd6aEXAMPLE</RequestId> </ResponseMetadata> </ListOpenIDConnectProvidersResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.