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

Fix example entity id to be a proper URI.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1716 44740490-163a-0410-bde0-09ae8108e29a
parent 9d01baf2
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ The identity provider you are configuring needs to know about the service provid
<?php
$metadata = array(
'sp.example.org' => array(
'https://sp.example.org' => array(
'AssertionConsumerService' => 'https://sp.example.org/simplesaml/saml2/sp/AssertionConsumerService.php',
'SingleLogoutService' => 'https://sp.example.org/simplesaml/saml2/sp/SingleLogoutService.php',
),
......
......@@ -36,7 +36,7 @@ $metadata = array(
/*
* Example simpleSAMLphp SAML 2.0 SP
*/
'saml2sp.example.org' => array(
'https://saml2sp.example.org' => array(
'AssertionConsumerService' => 'https://saml2sp.example.org/simplesaml/saml2/sp/AssertionConsumerService.php',
'SingleLogoutService' => 'https://saml2sp.example.org/simplesaml/saml2/sp/SingleLogoutService.php'
),
......
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