Andrew,

I have followed this same documentation in theory (didn't apply the actual
patch but am doing basically the same thing)  Have you had any problems with
the domain being different for the owa cookies than for your CAS server? 
For example, if owa grants the cookie with a domain of owa.domain.edu how
does CAS set it on its response that is coming from cas.domain.edu?  Is this
accomplished with all of the tomcat and apache configurations?  Thanks!


Andrew Tillinghast wrote:
> 
> A few people have asked how we got CAS/OWA working together, we  
> started from
> http://www.ja-sig.org/wiki/display/CAS/CASifying+Outlook+Web+Access+2
> 
> We actually didn't change anything on our exchange server despite the  
> instructions indicating that we would have to change exchange login  
> configurations.
> 
> Here is the files we're using live, the Jars and the xml files are the  
> results of the patch provided by Matthieu Marc with one little change  
> in the class because the security check in the original class didn't  
> work on our exchange install.
> 
> This line: GetMethod get = new GetMethod(this.scheme + "://" +  
> this.host + "/justToTestCookie.asp"); in OwaConnector,java
> 
> On our server https://holly.conncoll.edu/justToTestCookie.asp ALWAYS  
> returns 403 Not Authorized.
> 
> I changed the line to GetMethod get = new GetMethod(this.scheme +  
> "://" + this.host + "/" + this.destination + "/justToTestCookie.asp");
> 
> All credit on this goes to Matthieu I did nothing but apply the patch,  
> tweak the files and build the jar. I hope the zip makes it through to  
> the mailing list.
> 
> Also in the zip is a cas-server-owa directory with pom, xml and java  
> source files. These files are appropriate to add to a maven build and  
> I would suggest the directory could be added to the CAS distribution.
> 
> 
> 
> 
> 
> 
> Andrew Tillinghast
> Sr. Web Developer
> [email protected]
> 270 Mohegan Avenue
> New London, CT 06320-4196
> 
> 
> -- 
> 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
> 

-- 
View this message in context: 
http://n4.nabble.com/Re-CAS-and-OWA-tp265100p268959.html
Sent from the CAS Users mailing list archive at Nabble.com.

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