Skip to content

Instantly share code, notes, and snippets.

@marnixavans
marnixavans / SamlLogoutHandler.php
Last active February 23, 2017 00:03 — forked from ntoniazzi/SamlLogoutHandler.php
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;