IAM OpenID Connect Identity Provider

IAM OpenID Connect Identity Provider in AWS is a resource that lets you establish trust between your AWS account and an external identity provider that supports OpenID Connect. This allows users from the external provider to assume IAM roles in your AWS account without needing separate AWS credentials, enabling secure federated authentication for workloads and applications.

aws.iam_open_id_connect_provider

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
client_id_listcorearray<string>A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
create_datecoretimestampThe date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
tagscorehstore
thumbprint_listcorearray<string>A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
urlcorestringThe URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.