Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Accept mil.no as a non-regex scope from eduGAIN in InCommon
iay committed Apr 15, 2022
1 parent b56e8ee commit 2ab829d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mdx/incommon/edugain-policy.xml
@@ -301,6 +301,16 @@
p:regex="" p:message="scope element must not be empty"/>
<bean p:id="whiteSpace" parent="inc.RejectStringRegexValidator"
p:regex=".*\s.*" p:message="scope '%s' includes white space"/>

<!--
Explicitly accept domains which, although they
fall afoul of the public suffic heuristic, are
nevertheless known to be legitimately used as
security domains.
-->
<bean p:id="mil.no" parent="inc.AcceptStringValueValidator"
p:value="mil.no"/>

<bean p:id="domainName" parent="inc.AsDomainNameStringValidator"
p:message="scope is not a valid domain name: %s">
<property name="validators">

0 comments on commit 2ab829d

Please sign in to comment.