onelogin-saml-bundle icon indicating copy to clipboard operation
onelogin-saml-bundle copied to clipboard

No AuthNRequest sent from SP

Open nbennett25 opened this issue 10 months ago • 0 comments

I'm trying to get a docker network set up with an SP and IdP - my SP is a Symfony 6 app on localhost:8000, and the IdP is a docker image kenchan0130/simplesamlphp:develop - mapped to local-idp.local:4000, which is effectively a wrapper for SimpleSAMLphp.org codebase configured as an IdP.

When I go to the url on my SP that is marked as protected, I'm redirected to the IdP login page as expected, but there is no AuthNRequest SAML payload - is this by design?

nbennett25 avatar Apr 18 '24 19:04 nbennett25