PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/metadata-templates/shib13-sp-remote.php   Download  
File: web/SSO/metadata-templates/shib13-sp-remote.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: 418 bytes
 

Contents

Class file image Download
<?php
/**
 * SAML 1.1 remote SP metadata for simpleSAMLphp.
 *
 * See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-sp-remote
 */

/*
 * This is just an example:
 */
$metadata['https://sp.shiblab.feide.no'] = array(
   
'AssertionConsumerService' => 'http://sp.shiblab.feide.no/Shibboleth.sso/SAML/POST',
   
'audience' => 'urn:mace:feide:shiblab',
   
'base64attributes' => FALSE,
);