> We are running CAS 3.4.12 with the JSON file Service Manager. I have a
> request to add service like this: https://*.dept.utah.edu/**.

I strongly recommend that you use the RegexRegisteredService and go
wtih a pattern like the following:

^https://([A-Za-z0-9_-]+\.)+vt\.edu(:\d+)?/.*

That covers all hosts and subdomains of vt.edu on standard and alt
ports. The ^ is required in the UI to flag it as a regex, but it's not
strictly required for the JSON registry IIRC. See
https://issues.jasig.org/browse/CAS-1071 for explanation of why you
want a regex instead of an Ant pattern.

Pax,
M

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to