Skip to content

Commit e495dde

Browse files
committed
docs: fix typography.
1 parent 037d213 commit e495dde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/contents/setup.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,13 @@ see AARC Blueprint specs `here <https://zenodo.org/record/4596667/files/AARC-G06
202202

203203
IdP scoping
204204
===========
205-
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.
205+
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. ::
206206

207-
``https://sp.example.org/saml2/login/?scoping=https://idp.example.org``
207+
https://sp.example.org/saml2/login/?scoping=https://idp.example.org
208208

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

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

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

0 commit comments

Comments
 (0)