Hi,
I am testing SAML login sequence , trying to implement auth0 article
“Test SAML SSO with Auth0 as Service Provider and Identity Provider”
I’ve succeeded to pass the step
“Test connection between service and identity provider”
but when I am trying to run HTML file I get Auth0 popup "Something went wrong , please contact technical support "
Actually in debugger I see that I got erroreven before pressing on Login button
Failed to load resource: the server responded with a status of 404 ()
index.js:493 Uncaught Error: Error: An error occurred when fetching client data for Lock: https://cdn.us.auth0.com/client/Ffpuwych4lnYmOjb7jM5GFC5zpwnD7Bc.js?t1663846470291 could not be loaded.
at index.js:493:7
(anonymous) @ index.js:493
Please help
Eliahu