TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration class
Constructors
-
TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration({required Input<
String> claimAttributePath, required Input<String> identityStoreAttributePath, required Input<String> issuerUrl, required Input<String> jwksRetrievalOption}) -
Creates a new TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration.
claimAttributePathSpecifies the path of the source attribute in the JWT from the trusted token issuer.identityStoreAttributePathSpecifies 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 byclaimAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.issuerUrlSpecifies 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.jwksRetrievalOptionThe method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT. Valid values areOPEN_ID_DISCOVERYconst -
TrustedTokenIssuerTrustedTokenIssuerConfigurationOidcJwtConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
claimAttributePath
→ Input<
String> -
Specifies the path of the source attribute in the JWT from the trusted token issuer.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
identityStoreAttributePath
→ Input<
String> -
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
claimAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.final -
issuerUrl
→ Input<
String> -
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.
final
-
jwksRetrievalOption
→ Input<
String> -
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_DISCOVERYfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited