Hi, Is there a way to see the token being returned from the IDP via a SAML request?
Hi @Kush1,
You can inspect the network requests in the browser and decode the SAML response with samltool.io. Here’s some more info.
The SAML response should be in the /login/callback payload.
Let me know if you have questions.