Skip to content

/AWS1/CL_SSA=>CREATETRUSTEDTOKENISSUER()

About CreateTrustedTokenIssuer

Creates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted identity propagation to be used with applications that authenticate outside of Amazon Web Services.

This trusted token issuer describes an external identity provider (IdP) that can generate claims or assertions in the form of access tokens for a user. Applications enabled for IAM Identity Center can use these tokens for authentication.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEARN TYPE /AWS1/SSAINSTANCEARN /AWS1/SSAINSTANCEARN

Specifies the ARN of the instance of IAM Identity Center to contain the new trusted token issuer configuration.

IV_NAME TYPE /AWS1/SSATRUSTEDTOKISSUERNAME /AWS1/SSATRUSTEDTOKISSUERNAME

Specifies the name of the new trusted token issuer configuration.

IV_TRUSTEDTOKENISSUERTYPE TYPE /AWS1/SSATRUSTEDTOKISSUERTYPE /AWS1/SSATRUSTEDTOKISSUERTYPE

Specifies the type of the new trusted token issuer.

IO_TRUSTEDTOKENISSUERCONF TYPE REF TO /AWS1/CL_SSATRUSTEDTOKISSUER00 /AWS1/CL_SSATRUSTEDTOKISSUER00

Specifies settings that apply to the new trusted token issuer configuration. The settings that are available depend on what TrustedTokenIssuerType you specify.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/SSACLIENTTOKEN /AWS1/SSACLIENTTOKEN

Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..

If you don't provide this value, then Amazon Web Services generates a random one for you.

If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

IT_TAGS TYPE /AWS1/CL_SSATAG=>TT_TAGLIST TT_TAGLIST

Specifies tags to be attached to the new trusted token issuer configuration.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SSACRETRUSTEDTOKISS01 /AWS1/CL_SSACRETRUSTEDTOKISS01