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 ...@@ -359,13 +359,9 @@ Only relevant if you are a proxy/bridge and wants to limit the idps this
sp can use. sp can use.
`IDPList` `IDPList`
: The list of scoped idps ie. the list of entityids for idps that are : The list of scoped IdPs, i.e. the list of entityids for IdPs that are
relevant for this sp. The final list is the concatenation of the list relevant for this SP. It will override any list set in the IdP's
given as parameter to InitSSO (at the sp), the list configured at the metadata.
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.
**Example: Configuration for scoping** **Example: Configuration for scoping**
......
...@@ -48,6 +48,9 @@ All these parameters override the equivalent option from the configuration. ...@@ -48,6 +48,9 @@ All these parameters override the equivalent option from the configuration.
`isPassive` `isPassive`
: Send a passive authentication request. : 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` `saml:Extensions`
: The samlp:Extensions (an XML chunk) that will be sent in the login request. : 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.
Please register or to comment