Skip to content
Snippets Groups Projects
Commit e74590bb authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Switched SingleSignonurl to SingleSignOnService in metadata templates. Thanks...

Switched SingleSignonurl to SingleSignOnService in metadata templates. Thanks to Lukas for reporting.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@253 44740490-163a-0410-bde0-09ae8108e29a
parent 2392e6f0
No related branches found
No related tags found
No related merge requests found
......@@ -9,23 +9,23 @@ $metadata = array(
'urn:mace:switch.ch:aaitest:dukono.switch.ch' => array(
'SingleSignOnUrl' => 'https://dukono.switch.ch/shibboleth-idp/SSO',
'SingleSignOnService' => 'https://dukono.switch.ch/shibboleth-idp/SSO',
'certFingerprint' => 'c7279a9f28f11380509e075441e3dc55fb9ab864'
),
'hbe.edugain.bridge.feide.no' => array(
'SingleSignOnUrl' => 'https://hbe.edugain.bridge.feide.no/simplesaml/shib13/idp/SSOService.php',
'SingleSignOnService' => 'https://hbe.edugain.bridge.feide.no/simplesaml/shib13/idp/SSOService.php',
'certFingerprint' => 'afe71c28ef740bc87425be13a2263d37971da1f9'
),
'urn:mace:switch.ch:aaitest:dukono.switch.ch' => array(
'SingleSignOnUrl' => 'https://dukono.switch.ch/shibboleth-idp/SSO',
'SingleSignOnService' => 'https://dukono.switch.ch/shibboleth-idp/SSO',
'certFingerprint' => 'c7279a9f28f11380509e075441e3dc55fb9ab864'
),
'urn:mace:dfnwayf' => array(
'SingleSignOnUrl' => 'https://dfn.wayf.com/WAYF',
'SingleSignOnService' => 'https://dfn.wayf.com/WAYF',
'certFingerprint' => '---'
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment