SAML implementation

Hi,

We have a SPA app which we were using with Auth0 username password connection. Now we have added ADFS for SAML SSO. Now under enterprise connections SAMLP identity provider is configured. This took and while to troubleshoot and fix but now when I login an auth0 user gets created with the connection. But after login its POSTing the SAMLResponse to my SPA application. I was thinking that auth0 would handle all of this and give me the access token and I don’t have to change anything in my application. Is this how its supposed to work?

Also another issue is that the user email and name shows up as empty within auth0 dashboard.

Can you provide us with the auth code (without any private info) you’re using in your SPA? We can see if there is anything weird going on. Also, posting console log errors will be helpful.