PHP Classes

File: web/SSO/modules/saml/www/disco.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/saml/www/disco.php   Download  
File: web/SSO/modules/saml/www/disco.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: 186 bytes
 

Contents

Class file image Download
<?php

/**
 * Builtin IdP discovery service.
 */

$discoHandler = new SimpleSAML_XHTML_IdPDisco(array('saml20-idp-remote', 'shib13-idp-remote'), 'saml');
$discoHandler->handleRequest();