This procedure is tested on Mac OS X 10.10.5 with Developpers tools installed (xCode).
PHP 5.6 installed with Homebrew.
Download the following files from Oracle website (yes, you need to create an account and accept terms):
| <?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; |
This procedure is tested on Mac OS X 10.10.5 with Developpers tools installed (xCode).
PHP 5.6 installed with Homebrew.
Download the following files from Oracle website (yes, you need to create an account and accept terms):