function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sharad Jain 22Sharad Jain 22 

embedding xml data with saml assertion apex code

Hello,
I have to implement Single Sign on with external application along which I have to send data in XML Format as an attribute. I tried adding XML as string in Custom attribute of connected app but it has only 1300 characters limitation due to which complete XML is not getting sent.
Can anyone help any apex code logic to first capture SAML response and then do httpPost send XML data in the body