PHP Classes

File: web/SSO/metadata-templates/shib13-sp-hosted.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/metadata-templates/shib13-sp-hosted.php   Download  
File: web/SSO/metadata-templates/shib13-sp-hosted.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 232 bytes
 

Contents

Class file image Download
<?php
/**
 * SAML 1.1 SP configuration for simpleSAMLphp.
 *
 * See: https://simplesamlphp.org/docs/stable/saml:sp
 */

/*
 * Example of hosted Shibboleth 1.3 SP.
 */
$metadata['__DYNAMIC:1__'] = array(
   
'host' => '__DEFAULT__',
);