Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

kronostechnologies/saml-ws-trust

Repository files navigation

SAML WS-Trust

Improvement of simplesamlphp WS-Trust implementation for SAML 1.1 and SAML 2.0

Setup

$logger; // Psr\LoggerInterface
$container = new Kronos\SamlWsTrust\SAML\Container($logger);
SAML2\Compat\ContainerSingleton::setContainer($container);