/AWS1/CL_SSIAWSADDLDETAILS¶
This structure contains Amazon Web Services-specific parameter extensions for the token endpoint responses and includes the identity context.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_identitycontext
TYPE /AWS1/SSIIDENTITYCONTEXT
/AWS1/SSIIDENTITYCONTEXT
¶
STS context assertion that carries a user identifier to the Amazon Web Services service that it calls and can be used to obtain an identity-enhanced IAM role session. This value corresponds to the
sts:identity_context
claim in the ID token.
Queryable Attributes¶
identityContext¶
STS context assertion that carries a user identifier to the Amazon Web Services service that it calls and can be used to obtain an identity-enhanced IAM role session. This value corresponds to the
sts:identity_context
claim in the ID token.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITYCONTEXT() |
Getter for IDENTITYCONTEXT, with configurable default |
ASK_IDENTITYCONTEXT() |
Getter for IDENTITYCONTEXT w/ exceptions if field has no val |
HAS_IDENTITYCONTEXT() |
Determine if IDENTITYCONTEXT has a value |