Interface OidcJwtConfiguration.Builder

  • Method Details

    • claimAttributePath

      OidcJwtConfiguration.Builder claimAttributePath(String claimAttributePath)

      The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped by IdentityStoreAttributePath when a trusted token issuer token is exchanged for an IAM Identity Center token.

      Parameters:
      claimAttributePath - The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped by IdentityStoreAttributePath when a trusted token issuer token is exchanged for an IAM Identity Center token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityStoreAttributePath

      OidcJwtConfiguration.Builder identityStoreAttributePath(String identityStoreAttributePath)

      The 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 ClaimAttributePath when a trusted token issuer token is exchanged for an IAM Identity Center token.

      Parameters:
      identityStoreAttributePath - The 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 ClaimAttributePath when a trusted token issuer token is exchanged for an IAM Identity Center token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • issuerUrl

      OidcJwtConfiguration.Builder issuerUrl(String issuerUrl)

      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.

      Parameters:
      issuerUrl - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jwksRetrievalOption

      OidcJwtConfiguration.Builder jwksRetrievalOption(String jwksRetrievalOption)

      The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.

      Parameters:
      jwksRetrievalOption - The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jwksRetrievalOption

      OidcJwtConfiguration.Builder jwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption)

      The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.

      Parameters:
      jwksRetrievalOption - The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: