Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Add short indication of software used to SAML 1 only entity list.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 23, 2014
1 parent 49713c0 commit d71adb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,10 @@
OrganizationDisplayName element, and without parentheses if it is taken from
MDUI metadata.
</p>
<p>
The software used by the entity, if known, is included at the end of the listing within
brackets [like this].
</p>
<ul>
<xsl:for-each select="$sps[md:SPSSODescriptor[not(contains(@protocolSupportEnumeration,
'urn:oasis:names:tc:SAML:2.0:protocol'))]]">
Expand All @@ -1234,6 +1238,7 @@
<xsl:text>)</xsl:text>
</xsl:otherwise>
</xsl:choose>
<xsl:apply-templates select="md:Extensions/ukfedlabel:Software" mode="short"/>
</li>
</xsl:for-each>
</ul>
Expand Down

0 comments on commit d71adb7

Please sign in to comment.