Skip to content

Commit

Permalink
Add a SAML 2 interoperability measure, as the product of IdP and SP s…
Browse files Browse the repository at this point in the history
…upport measures.
  • Loading branch information
iay committed Apr 1, 2010
1 parent 7d3b2dd commit 3203038
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charting/saml2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
push @overallRatio, $saml2total/$entities;
push @idpRatio, $saml2idp/$idps;
push @spRatio, $saml2sp/$sps;
push @product, ($saml2idp/$idps)*($saml2sp/$sps);
close TXT;
}

Expand All @@ -37,4 +38,9 @@
print "$ratio\n";
}

print "product\n";
foreach $ratio (@product) {
print "$ratio\n";
}

1;

0 comments on commit 3203038

Please sign in to comment.