Skip to content
Snippets Groups Projects
Commit 9ae22119 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Update IDPList docs for recent improvements

parent 9ea90792
No related branches found
No related tags found
No related merge requests found
......@@ -359,13 +359,9 @@ Only relevant if you are a proxy/bridge and wants to limit the idps this
sp can use.
`IDPList`
: The list of scoped idps ie. the list of entityids for idps that are
relevant for this sp. The final list is the concatenation of the list
given as parameter to InitSSO (at the sp), the list configured at the
sp and the list configured at the ipd (here) for this sp. The intersection
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.
: The list of scoped IdPs, i.e. the list of entityids for IdPs that are
relevant for this SP. It will override any list set in the IdP's
metadata.
**Example: Configuration for scoping**
......
......@@ -48,6 +48,9 @@ All these parameters override the equivalent option from the configuration.
`isPassive`
: Send a passive authentication request.
`IDPList`
: List of IdP entity ids that should be sent in the AuthnRequest to the IdP in the IDPList element, part of the
Scoping element.
`saml:Extensions`
: The samlp:Extensions (an XML chunk) that will be sent in the login request.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment