diff --git a/docs/simplesamlphp-reference-sp-hosted.txt b/docs/simplesamlphp-reference-sp-hosted.txt index 5ad22ef413fc3d2fa1e2dcdf2eabfc148be60588..ef6a5eb5ec892dac42a6ec018ac14fc7780755f0 100644 --- a/docs/simplesamlphp-reference-sp-hosted.txt +++ b/docs/simplesamlphp-reference-sp-hosted.txt @@ -142,6 +142,10 @@ proxy/bridge will be presented to the user at the discovery service if neccessary. If only one idp is in the intersection the discoveryservice will go directly to the idp. +**Example: Configuration for scoping** + + 'IDPList' => array('https://idp1.wayf.dk', 'https://idp2.wayf.dk'), + Shibboleth 1.3 SP options ---------------------- diff --git a/docs/simplesamlphp-reference-sp-remote.txt b/docs/simplesamlphp-reference-sp-remote.txt index bda0a01c50f321165746150fb4237fcb7c442820..db591fae0a930105cbd22b38e17aa6c38e3984ee 100644 --- a/docs/simplesamlphp-reference-sp-remote.txt +++ b/docs/simplesamlphp-reference-sp-remote.txt @@ -261,6 +261,11 @@ of the final list and the idps configured at the at this idp will be presented to the user at the discovery service if neccessary. If only one idp is in the intersection the discoveryservice will go directly to the idp. +**Example: Configuration for scoping** + + 'IDPList' => array('https://idp1.wayf.dk', 'https://idp2.wayf.dk'), + + Shibboleth 1.3 options ----------------------