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

When trying to logout: no Logout info found #183

Open EmilMoe opened 5 years ago

EmilMoe commented 5 years ago

Do I need a config?

My event looks like this:

    public function handle(Saml2LogoutEvent $event)
    {
        Auth::logout();
        Session::save();
    }
osama-uxbert commented 4 years ago

@EmilMoe Did you get it?

EmilMoe commented 4 years ago

@EmilMoe Did you get it?

Unfortunately not