Skip to content

Commit

Permalink
Make voot regexp more specific to rule out completely unrelated urns
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Mar 19, 2024
1 parent 66f0852 commit dfbdf16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ authorities:
name: "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
}
],
validationRegExp: "^urn:.*$"
validationRegExp: "^urn:(collab:group|mace:surf.nl):.*$"
}
- {
id: "manage",
Expand Down

0 comments on commit dfbdf16

Please sign in to comment.