TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration

data class TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration(val claimAttributePath: String, val identityStoreAttributePath: String, val issuerUrl: String, val jwksRetrievalOption: String)

Constructors

constructor(claimAttributePath: String, identityStoreAttributePath: String, issuerUrl: String, jwksRetrievalOption: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the path of the source attribute in the JWT from the trusted token issuer.

Link copied to clipboard

Specifies path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by claim_attribute_path when a trusted token issuer token is exchanged for an IAM Identity Center token.

Link copied to clipboard

Specifies the URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain the information required to verify the tokens that the trusted token issuer generates.

Link copied to clipboard

The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT. Valid values are OPEN_ID_DISCOVERY