Skip to content

Commit

Permalink
docs: fix typography.
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchison committed Dec 26, 2023
1 parent 037d213 commit e495dde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/contents/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,13 @@ see AARC Blueprint specs `here <https://zenodo.org/record/4596667/files/AARC-G06

IdP scoping
===========
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.
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. ::

``https://sp.example.org/saml2/login/?scoping=https://idp.example.org``
https://sp.example.org/saml2/login/?scoping=https://idp.example.org

This parameter can be combined with the IdP parameter if multiple IdPs are present in the metadata, otherwise the first is used.
This parameter can be combined with the IdP parameter if multiple IdPs are present in the metadata, otherwise the first is used. ::

``https://sp.example.org/saml2/login/?scoping=https://idp.example.org&idp=https://proxy.example.com/metadata``
https://sp.example.org/saml2/login/?scoping=https://idp.example.org&idp=https://proxy.example.com/metadata

Currently there is support for a single IDPEntry in the IDPList.

Expand Down

0 comments on commit e495dde

Please sign in to comment.