Error transforming assertion into message

Not applicable

I am trying to generate SAML assertion with APIGEE certificates. My issuer is Go Daddy.I am recieving the below error message

{ "fault": { "faultstring": "GenerateSAMLAssertion[generatesamlassertion-1]: Error transforming assertion into message.", "detail": { "errorcode": "steps.saml.ERROR_UPDATING_PAYLOAD" } } }

Can some one help me how to Proceed with this error.

2 1 266
1 REPLY 1

kirill-ageev
Participant II

I had this error when I used incorrect Content-Type header (Json instead of XML).

Also please check that message is correct in case you make some service callouts, check that you have your request when it appears before Generate SAML policy correctly.