
MikeH.08515 (Customer) asked a question.
I'm using okta-react javascript library with the samples-js-react app. Once this app authenticates, then to integrate with another service, I need to pass the entire SAML response (xml, base64 encoded) to that service, rather than just the accessToken (like the Messages.jsx uses). How can I get the full response from the octa-react lib (or other JS lib)?
Thanks,
Mike

Hi Mike,
Using fiddler trace to extract the SAML response would be a solution. By replicating the flow you can capture everything being parsed between the machine and Okta, such as SAML traffic and header info.
Please see our guide to Fiddler tracer here: https://support.okta.com/help/s/article/Capturing-A-Fiddler-Trace-For-Okta-Customer-Support
Kind regards,
Alex