Skip to content

Commit

Permalink
List those IdPs which do not support the Shibboleth authentication re…
Browse files Browse the repository at this point in the history
…quest profile.
  • Loading branch information
iay committed Nov 14, 2011
1 parent b013def commit 31e131b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,18 @@
Shibboleth 1.0 authentication request: <xsl:value-of select="$idp.sso.shibboleth.auth.count"/>
(<xsl:value-of select="format-number($idp.sso.shibboleth.auth.count div $idpCount, '0.0%')"/>)
</p>
<p>Exceptions:</p>
<ul>
<xsl:variable name="idp.sso.noshib" select="set:difference($idps, $idp.sso.shibboleth.auth)"/>
<xsl:for-each select="$idp.sso.noshib">
<li>
<xsl:value-of select="@ID"/>
<xsl:text>: </xsl:text>
<xsl:if test="md:Extensions/wayf:HideFromWAYF"> [H]</xsl:if>
<xsl:value-of select="@entityID"/>
</li>
</xsl:for-each>
</ul>
</li>
</ul>
</li>
Expand Down

0 comments on commit 31e131b

Please sign in to comment.