Interface GetOutboundWebIdentityFederationInfoResponse.Builder

  • Method Details

    • issuerIdentifier

      A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints at /.well-known/openid-configuration and /.well-known/jwks.json. The OpenID Connect (OIDC) discovery endpoints contain verification keys and metadata necessary for token verification.

      Parameters:
      issuerIdentifier - A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints at /.well-known/openid-configuration and /.well-known/jwks.json. The OpenID Connect (OIDC) discovery endpoints contain verification keys and metadata necessary for token verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jwtVendingEnabled

      GetOutboundWebIdentityFederationInfoResponse.Builder jwtVendingEnabled(Boolean jwtVendingEnabled)

      Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account. When true, IAM principals in the account can call the GetWebIdentityToken API to obtain JSON Web Tokens (JWTs) for authentication with external services.

      Parameters:
      jwtVendingEnabled - Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account. When true, IAM principals in the account can call the GetWebIdentityToken API to obtain JSON Web Tokens (JWTs) for authentication with external services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.