Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleExample: SimpleSAMLphp


Code Block
titleauthsources.php
<SSO
'default-sp' => array(
    'saml:SP',
    'entityID' => 'https://sp.example.com/simplesaml/',
    'idp' discoveryProtocol="SAMLDS"
=> NULL,
    'discoURL' discoveryURL="> 'https://discovery.eduteams.org/wayf.php?filter=eyJhbGxvd0hvc3RlbCI6dHJ1ZSwiYWxsb3dIb3N0ZWxSZWciOnRydWV9Cg==">',
    SAML2 SAML1
</SSO>'privatekey' => 'example.key'
),


Filter by reference - efilter

...

Expand
titleExample: Shibboleth SP


Code Block
title/etc/shibboleth/shibboleth2.xml
<SSO
    discoveryProtocol="SAMLDS"
    discoveryURL="https://discovery.eduteams.org/wayf.php?efilter=www.example.com/filter">
    SAML2 SAML1
</SSO>



Expand
titleExample: SimpleSAMLphp


Code Block
titleauthsources.php
'default-sp' => array(
    'saml:SP',
    'entityID' => 'https://sp.example.com/simplesaml/',
    'idp' => NULL,
    'discoURL' => 'https://discovery.eduteams.org/wayf.php?efilter=www.example.com/filter',
    'privatekey' => 'example.key'
),