Skip to content

Commit f501d08

Browse files
Include default-sp authsource for saml sp module. remove duplicate...
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1804 44740490-163a-0410-bde0-09ae8108e29a
1 parent ac45154 commit f501d08

1 file changed

Lines changed: 14 additions & 26 deletions

File tree

config-templates/authsources.php

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,29 @@
1515

1616

1717
/*
18-
* This is the default SAML SP, used in examples.
18+
* An authentication source which can authenticate against both SAML 2.0
19+
* and Shibboleth 1.3 IdPs.
1920
*/
2021
'default-sp' => array(
2122
'saml:SP',
2223

24+
/*
25+
* The entity ID of this SP.
26+
* Can be NULL/unset, in which case an entity ID is generated based on the metadata URL.
27+
*/
28+
'entityID' => NULL,
29+
2330
/*
2431
* The entity ID of the IdP this should SP should contact.
2532
* Can be NULL/unset, in which case the user will be shown a list of available IdPs.
2633
*/
2734
'idp' => NULL,
35+
36+
/*
37+
* The URL to the discovery service.
38+
* Can be NULL/unset, in which case a builtin discovery service will be used.
39+
*/
40+
'discoURL' => NULL,
2841
),
2942

3043

@@ -80,32 +93,7 @@
8093
'authpapi:PAPI',
8194
),
8295

83-
/*
84-
* An authentication source which can authenticate against both SAML 2.0
85-
* and Shibboleth 1.3 IdPs.
86-
*/
87-
'saml' => array(
88-
'saml:SP',
89-
90-
/*
91-
* The entity ID of this SP.
92-
* Can be NULL/unset, in which case an entity ID is generated based on the metadata URL.
93-
*/
94-
'entityID' => NULL,
9596

96-
/*
97-
* The entity ID of the IdP this should SP should contact.
98-
* Can be NULL/unset, in which case the user will be shown a list of available IdPs.
99-
*/
100-
'idp' => NULL,
101-
102-
/*
103-
* The URL to the discovery service.
104-
* Can be NULL/unset, in which case a builtin discovery service will be used.
105-
*/
106-
'discoURL' => NULL,
107-
108-
),
10997

11098

11199
'facebook' => array(

0 commit comments

Comments
 (0)