Skip to content
Snippets Groups Projects
Commit fa6b9892 authored by Olav Morken's avatar Olav Morken
Browse files

Fix example metadata SingleLogoutService url to point to...

Fix example metadata SingleLogoutService url to point to SingleLogoutService.php instead of LogoutService.php.


git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@73 44740490-163a-0410-bde0-09ae8108e29a
parent a65afb82
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ $metadata = array(
'name' => 'Test',
'description' => 'Description of this example entry',
'SingleSignOnService' => 'https://idp.example.org/simplesaml/saml2/idp/SSOService.php',
'SingleLogoutService' => 'https://idp.example.org/simplesaml/saml2/idp/LogoutService.php',
'SingleLogoutService' => 'https://idp.example.org/simplesaml/saml2/idp/SingleLogoutService.php',
'certFingerprint' => '3fa158e8abfd4b5203315b08c0b791b6ee4715f6',
'base64attributes' => true
),
......
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