Bryan, you may want to watch this issue:
https://issues.jasig.org/browse/CAS-996

 

From: Bryan E. Wooten [mailto:[email protected]] 
Sent: Thursday, August 1, 2013 12:29 PM
To: [email protected]
Subject: RE:[cas-user] Service Manager Wild cards

 

Thanks!

 

-Bryan

 

From: Pierce, Eric [mailto:[email protected]] 
Sent: Thursday, August 01, 2013 11:44 AM
To: [email protected]
Subject: RE:[cas-user] Service Manager Wild cards

 

CAS doesn't have a problem with it, but it may expand more than you want.
All of these hostnames would match: 

 

https://english.dept.utah.edu/foo

https://somehost.math.dept.utah.edu/b
<https://somehost.english.dept.utah.edu/foo> ar

https://ant.expands.the.asterisk.match.anything.dept.utah.edu/

 

Using regex would give more predictable results.  If you have a finite set
of departments:

^https://(english|math|whatever)\.dept\.utah\.edu/.*

or allow any department, but don't allow hostnames below that:

^https://[^.]*\.dept\.utah\.edu\/.*        (FYI: I haven't tested that one
with CAS, but it *should* work)

 

-- 

Eric Pierce

Identity Management Architect

Information Technology

University of South Florida

(813) 974-8868 -- [email protected]

  _____  

From: Bryan E. Wooten [[email protected]]
Sent: Thursday, August 01, 2013 11:56 AM
To: [email protected]
Subject: [cas-user] Service Manager Wild cards

Quick question:

 

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 am not sure how CAS will react to the first wildcard character.
Thoughts?

 

Thanks,

 

Bryan

-- 
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
-- 
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
-- 
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

-- 
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