From 45b5a564b2dd4855b46e924d9c478d4125accdd0 Mon Sep 17 00:00:00 2001 From: Patrick Radtke <patrick@cirrusidentity.com> Date: Tue, 30 Jan 2018 13:59:48 -0800 Subject: [PATCH] Document IDPList option on saml20-idp-remote.php Per https://groups.google.com/d/msg/simplesamlphp/ATKQksysR5s/3VhjdLbTAgAJ there is a feature to allow IdPs to respond to requests sent to different IdP entityIDs. --- docs/simplesamlphp-reference-idp-remote.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/simplesamlphp-reference-idp-remote.md b/docs/simplesamlphp-reference-idp-remote.md index 89526fdfd..cfa993104 100644 --- a/docs/simplesamlphp-reference-idp-remote.md +++ b/docs/simplesamlphp-reference-idp-remote.md @@ -120,6 +120,9 @@ The following SAML 2.0 options are available: `hide.from.discovery` : Whether to hide hide this IdP from the local discovery or not. Set to true to hide it. Defaults to false. +`IDPList` +: The IdP is allowed to respond to an `AuthNRequest` originally sent to entityIDs in this list. + `nameid.encryption` : Whether NameIDs sent to this IdP should be encrypted. The default value is `FALSE`. -- GitLab