Skip to content

/AWS1/CL_SSIAWSADDLDETAILS

This structure contains Amazon Web Services-specific parameter extensions and the identity context.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_identitycontext TYPE /AWS1/SSIIDENTITYCONTEXT /AWS1/SSIIDENTITYCONTEXT

The trusted context assertion is signed and encrypted by STS. It provides access to sts:identity_context claim in the idToken without JWT parsing

Identity context comprises information that Amazon Web Services services use to make authorization decisions when they receive requests.


Queryable Attributes

identityContext

The trusted context assertion is signed and encrypted by STS. It provides access to sts:identity_context claim in the idToken without JWT parsing

Identity context comprises information that Amazon Web Services services use to make authorization decisions when they receive requests.

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