A library that helps integrating your PHP webservices with Tela Botanica's SSO
composer install telabotanica/tb-auth-php
$config = array(
"annuaireURL" => "https://www.tela-botanica.org/uri-of-sso-service",
"admins" => array(
"[email protected]",
"[email protected]"
)
);
$auth = new AuthTB($config);
$userData = $auth->getUser();