File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 (
You can’t perform that action at this time.
0 commit comments