Hello,
I hope this question makes sense.
We have setup a SAML Enterprise Connection and everything works fine. To my understanding, in happy flow scenario, it works like this (probably a bit simplified):
- A user tries to login in our application
- Our application makes an authentication request to Auth0
- Auth0, via the SAML enterprise connection, forwards the request to the external IdP
- The External IdP returns a SAML Response back to Auth0
- Auth0 returns a response back to our application which in our case includes an Access Token
So my question is, can we in our application get a hold of the SAML Response?