I’m using the " SAML2 Web App" addon, to do authentication with a third party app.
Authentication with that tool was working when the tool was embedded in an iframe, but does not work in their web component alternative.
In the iframe, the /samlp/ request returns 200, in the web component it returns 302 redirecting to login.
I cannot find anything different between the two setups, so I’m still trying to figure out why the /samlp/ is refusing silent auth and redirecting to login.
Is there any way to get logs of what the “SAML2 Web App” addon is doing?
Nothing related appears in the general auth0 logs page.
Thanks!