Skip to content

Commit d409536

Browse files
committed
Remove references to depreceated SPs in www/
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1800 44740490-163a-0410-bde0-09ae8108e29a
1 parent 91b131f commit d409536

5 files changed

Lines changed: 0 additions & 36 deletions

File tree

config-templates/config.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@
139139
* one of the functionalities below, but in some cases you could run multiple functionalities.
140140
* In example when you are setting up a federation bridge.
141141
*/
142-
'enable.saml20-sp' => true,
143142
'enable.saml20-idp' => false,
144-
'enable.shib13-sp' => false,
145143
'enable.shib13-idp' => false,
146144
'enable.wsfed-sp' => false,
147145
'enable.authmemcookie' => false,

docs/simplesamlphp-googleapps.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ In this example we will setup this server as an IdP for Google Apps for Educatio
3535

3636
Edit `config.php`, and enable the SAML 2.0 IdP:
3737

38-
'enable.saml20-sp' => false,
3938
'enable.saml20-idp' => true,
40-
'enable.shib13-sp' => false,
4139
'enable.shib13-idp' => false,
4240

4341
## Setting up a SSL signing certificate

docs/simplesamlphp-idp.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ Enabling the Identity Provider functionality
1717

1818
The first that must be done is to enable the identity provider functionality. This is done by editing `config/config.php`. The options `enable.saml20-idp` and `enable.shib13-idp` controls whether SAML 2.0 and Shibboleth 1.3 support is enabled. Enable one or both of those by assigning `true` to them:
1919

20-
'enable.saml20-sp' => false,
2120
'enable.saml20-idp' => true,
22-
'enable.shib13-sp' => false,
2321
'enable.shib13-idp' => true,
2422

2523

metadata-templates/saml20-sp-hosted.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

modules/core/www/frontpage_config.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@
6868

6969

7070
$enablematrix = array(
71-
'saml20-sp' => $config->getBoolean('enable.saml20-sp', TRUE),
7271
'saml20-idp' => $config->getBoolean('enable.saml20-idp', false),
73-
'shib13-sp' => $config->getBoolean('enable.shib13-sp', false),
7472
'shib13-idp' => $config->getBoolean('enable.shib13-idp', false),
7573
);
7674

0 commit comments

Comments
 (0)