aacotroneo / laravel-saml2

A Laravel 5 package for Saml2 integration as a SP (service provider) based on the simple OneLogin toolkit
MIT License
564 stars 237 forks source link

Can not configure passive-mode #237

Open Aleksandr1705 opened 3 years ago

Aleksandr1705 commented 3 years ago

I want to use passive-mode in saml authentication. This parameter is exists in login function in Aacotroneo\Saml2\Saml2Auth class. It has default value for isPassive=false parameter, but i want to set it in configuration file.