Skip to content

Commit 7ac3694

Browse files
committed
Document IdP Scoping parameter for SPs
1 parent 19d07f2 commit 7ac3694

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/source/contents/setup.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,20 @@ For example::
206206

207207
see AARC Blueprint specs `here <https://zenodo.org/record/4596667/files/AARC-G061-A_specification_for_IdP_hinting.pdf>`_.
208208

209+
210+
IdP scoping
211+
===========
212+
The SP can suggest an IdP to a proxy by using the Scoping and IDPList elements in a SAML AuthnRequest. This is done using the `scoping` parameter to the login URL.
213+
214+
``https://sp.example.org/saml2/login/?scoping=https://idp.example.org``
215+
216+
This parameter can be combined with the IdP parameter if multiple IdPs are present in the metadata, otherwise the first is used.
217+
218+
``https://sp.example.org/saml2/login/?scoping=https://idp.example.org&idp=https://proxy.example.com/metadata``
219+
220+
Currently there is support for a single IDPEntry in the IDPList.
221+
222+
209223
Custom and dynamic configuration loading
210224
========================================
211225

0 commit comments

Comments
 (0)