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

Latest commit

 

History

History
10 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 266 Bytes

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);