PHP Classes

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

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

Contents

Class file image Download
<?php
/**
 * SAML 1.1 remote IdP metadata for simpleSAMLphp.
 *
 * Remember to remove the IdPs you don't use from this file.
 *
 * See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-idp-remote
 */

/*
$metadata['theproviderid-of-the-idp'] = array(
    'SingleSignOnService' => 'https://idp.example.org/shibboleth-idp/SSO',
    'certFingerprint' => 'c7279a9f28f11380509e072441e3dc55fb9ab864',
);
*/