PHP Classes

File: web/SSO/modules/openidProvider/www/resume.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/openidProvider/www/resume.php   Download  
File: web/SSO/modules/openidProvider/www/resume.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 258 bytes
 

Contents

Class file image Download
<?php

if (!is_string($_REQUEST['StateID'])) {
    throw new
SimpleSAML_Error_BadRequest('Missing StateID-parameter');
}

$server = sspmod_openidProvider_Server::getInstance();
$state = $server->loadState($_REQUEST['StateID']);
$server->processRequest($state);