Trusted Token Issuer Trusted Token Issuer Configuration Oidc Jwt Configuration
data class TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration(val claimAttributePath: String, val identityStoreAttributePath: String, val issuerUrl: String, val jwksRetrievalOption: String)
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
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