Skip to content

Commit 4cfcc07

Browse files
author
Giuseppe De Marco
authored
Merge pull request #393 from hutchison/dev
Some improvements for the documentation.
2 parents d815b5c + 5cdc848 commit 4cfcc07

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/source/_templates/pplnx_template/layout.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@
4444
<!-- MOBILE TOP BAR OVERLOAD -->
4545
{% block mobile_nav %}
4646
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
47+
{% if logo %}
4748
<a href="{{ pathto(master_doc) }}">
48-
<img src="{{ pathto('_static/logo.jpg', 1) }}" class="logo" alt="Logo"/>
49-
</a>
49+
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="Logo"/>
50+
</a>
51+
{% endif %}
5052
<a href="{{ pathto(master_doc) }}">
5153
{{ project }}
5254
</a>

docs/source/contents/setup.rst

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

223223
IdP scoping
224224
===========
225-
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.
225+
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. ::
226226

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

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

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

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

0 commit comments

Comments
 (0)