Skip to content

Commit

Permalink
Relax validation regExp voot
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Mar 14, 2024
1 parent d623265 commit 1ecdd50
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:collab:group:.*$"
validationRegExp: "^urn:.*$"
}
- {
id: "manage",
Expand Down

0 comments on commit 1ecdd50

Please sign in to comment.