Interface AwsAdditionalDetails.Builder

    • Method Detail

      • identityContext

        AwsAdditionalDetails.Builder identityContext​(String 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.