Skip to content

/AWS1/CL_IAM=>ADDCLIENTIDTOOPENIDCP()

About AddClientIDToOpenIDConnectProvider

Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource.

This operation is idempotent; it does not fail or return an error if you add an existing client ID to the provider.

Method Signature

IMPORTING

Required arguments:

IV_OPENIDCONNECTPROVIDERARN TYPE /AWS1/IAMARNTYPE /AWS1/IAMARNTYPE

The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.

IV_CLIENTID TYPE /AWS1/IAMCLIENTIDTYPE /AWS1/IAMCLIENTIDTYPE

The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.