Skip to content

Commit

Permalink
Start adding details of IdP SAML 2.0 SSO bindings, starting with SOAP…
Browse files Browse the repository at this point in the history
… (for ECP).
  • Loading branch information
iay committed Sep 19, 2012
1 parent 66eccf5 commit 5fb4500
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,17 @@
SAML 2.0 SSO: <xsl:value-of select="$idp.sso.saml.2.0.count"/>
(<xsl:value-of select="format-number($idp.sso.saml.2.0.count div $idpCount, '0.0%')"/>)
</p>

<ul>
<xsl:variable name="idp.sso.saml.2.0.soap"
select="$idp.sso.saml.2.0[descendant::md:SingleSignOnService[@Binding='urn:oasis:names:tc:SAML:2.0:bindings:SOAP']]"/>
<xsl:variable name="idp.sso.saml.2.0.soap.count" select="count($idp.sso.saml.2.0.soap)"/>
<li>
SOAP binding: <xsl:value-of select="$idp.sso.saml.2.0.soap.count"/>
(<xsl:value-of select="format-number($idp.sso.saml.2.0.soap.count div $idp.sso.saml.2.0.count, '0.0%')"/> of SAML 2.0 IdPs,
<xsl:value-of select="format-number($idp.sso.saml.2.0.soap.count div $idpCount, '0.0%')"/> of all IdPs)
</li>
</ul>
</li>

</ul>
Expand Down

0 comments on commit 5fb4500

Please sign in to comment.