UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
As a result the discovery is shown in embedded fashion.
SimpleSAMLphp
This example relies on having eduTEAMS discovery set as default sp discovery serviceIn the example we first set eduTEAMS discovery to be used by default sp configuration.
Code Block | ||
---|---|---|
| ||
'default-sp' => array( 'saml:SP', 'entityID' => 'https://sp.example.com/simplesaml/', 'idp' => NULL, 'discoURL' => 'https://discovery.eduteams.org/wayf.php', 'privatekey' => 'example.key' ), |
...