From 127223d13197920e308a92c714764a2cf0cc2d29 Mon Sep 17 00:00:00 2001 From: Mads Freek Petersen <freek@wayf.dk> Date: Tue, 22 Sep 2009 13:55:31 +0000 Subject: [PATCH] Added example to scoping documentatin git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1774 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-reference-sp-hosted.txt | 4 ++++ docs/simplesamlphp-reference-sp-remote.txt | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/simplesamlphp-reference-sp-hosted.txt b/docs/simplesamlphp-reference-sp-hosted.txt index 5ad22ef41..ef6a5eb5e 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 bda0a01c5..db591fae0 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 ---------------------- -- GitLab