Skip to main content

get-open-id-connect-provider

The aws iam get-open-id-connect-provider command is used to retrieve information about a specific IAM OpenID Connect (OIDC) provider. This includes details such as the URL, client IDs, and thumbprints associated with the provider.

Syntax

aws iam get-open-id-connect-provider \
--open-id-connect-provider-arn PROVIDER_ARN

Options

  • --open-id-connect-provider-arn PROVIDER_ARN: The ARN of the OpenID Connect provider to get information for.

See also the original AWS documentation.