Search code examples
laravelsamlsaml-2.0simplesamlphponelogin

Which library to use in Laravel and SAML POST binding


There is need to send from my SP to IdP SAML AthnRequest over HTTP-POST and HTTP-Redirect is not allowed.

Good package is aacotroneo/laravel-saml2 but it does not support HTTP-POST.

simplesamlphp/simplesamlphp is popular but it is a mess to use.

What library to use for proper SAML integration in Laravel that supports HTTP-POST requests to IdP?


Solution

  • https://packalyst.com/packages/package/aherstein/laravel-saml2-post is the library that has been forked from aacotroneo/laravel-saml2 and modified to send POST requests.