Skip to main content

GenerateSamlResponseForInvestmentsSsoPayload

Response containing a signed SAML value that an investments partner will use to perform SSO and account linking.

type GenerateSamlResponseForInvestmentsSsoPayload {
samlResponse: String!
url: String!
}

Fields

GenerateSamlResponseForInvestmentsSsoPayload.samlResponse ● String! non-null scalar

The SAML response that can be passed to the investments partner, as a base 64 encoded string

GenerateSamlResponseForInvestmentsSsoPayload.url ● String! non-null scalar

The url that the SSO form should be posted to from the client

Returned by

generateSamlResponseForInvestmentsSso mutation