Interface EnableOutboundWebIdentityFederationResponse.Builder

  • Method Details

    • issuerIdentifier

      EnableOutboundWebIdentityFederationResponse.Builder issuerIdentifier(String 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.