Skip to content

Instantly share code, notes, and snippets.

@ntoniazzi
ntoniazzi / SamlLogoutHandler.php
Created May 4, 2016 12:13
Single Logout with LightSaml
<?php
/* SamlLogoutHandler.php, in the main project or a dedicated bundle */
namespace AcmeBundle\Lib;
use Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface;
use Exception;
use LightSaml\Binding\AbstractBinding;
use LightSaml\Binding\BindingFactory;
use LightSaml\Context\Profile\MessageContext;