aacotroneo / laravel-saml2

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

Multi factor authentication logout not working properly #175

Open satdsk opened 5 years ago

satdsk commented 5 years ago

Hi Im trying to add MFA or 2 factor authentication for my project but the logout not working properly.

its signout only one authsource from the logout.

it only redirect to the second authentication after logout.

is there any way to signout complete saml session?