Skip to content

Commit

Permalink
Add eduroam.cz eduroamUID SAML2 attribute to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Aug 16, 2018
1 parent f55cd7f commit 549acc5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mdx/_rules/check_reqattr.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
http://www.terena.org/registry/terena.org/attribute-def/
http://www.terena.org/registry/terena.org/schac/
Assuming encoding rules equivalent to MACEAttr.
* eduroam.cz
Currently only a single attribute, documented at:
https://www.eduroam.cz/attributes/eduroamUID
Author: Ian A. Young <ian@iay.org.uk>
Expand Down Expand Up @@ -482,6 +486,12 @@
<!-- OK -->
</xsl:when>

<!--
eduroam.cz SAML 2.x binding
-->
<xsl:when test="@Name='http://eduroam.cz/attributes/eduroamUID'">
<!-- OK -->
</xsl:when>

<!--
Otherwise unknown attribute names.
Expand Down

0 comments on commit 549acc5

Please sign in to comment.