request.php 127 Bytes
<?php
session_start();

include "SsoClientLibrary.php";

$objSso = new SsoClientLibrary();

$objSso->ssoRequest();

?>