Add startsWith verification of CAS relying parties
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
CAS relying parties are currently verified by a regex. To improve ease of use, add the ability to verify that URIs start-with a specified string.
An impl suggestion is to add a predicate to the ServiceDefinition which is used to verify URIs. One predicate impl would be the regex, another startsWith.
CAS relying parties are currently verified by a regex. To improve ease of use, add the ability to verify that URIs start-with a specified string.
An impl suggestion is to add a predicate to the ServiceDefinition which is used to verify URIs. One predicate impl would be the regex, another startsWith.