Skip to content

Commit

Permalink
Track support for SAML Service Provider Request Initiation Protocol a…
Browse files Browse the repository at this point in the history
…nd Profile.
  • Loading branch information
iay committed Jul 12, 2012
1 parent 3343bd6 commit 9a39103
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -764,6 +765,15 @@
</p>
</li>

<xsl:variable name="sp.init" select="$sps[md:SPSSODescriptor/md:Extensions/init:RequestInitiator]"/>
<xsl:variable name="sp.init.count" select="count($sp.init)"/>
<li>
<p>
Support SAML SP Request Initiation Protocol and Profile: <xsl:value-of select="$sp.init.count"/>
(<xsl:value-of select="format-number($sp.init.count div $spCount, '0.0%')"/>).
</p>
</li>

<xsl:variable name="sp.uiinfo" select="$sps[descendant::mdui:UIInfo]"/>
<xsl:variable name="sp.uiinfo.count" select="count($sp.uiinfo)"/>
<xsl:if test="$sp.uiinfo.count != 0">
Expand Down

0 comments on commit 9a39103

Please sign in to comment.