Looks like the redirect url is taken from a 'Location' header unless you have it statically defined in the config. You should be able to capture the data associated with the deep link and append it to the redirect url with a little bit of code.
See this please: https://github.com/Unicon/cas-owa-2010/blob/master/CasOwaAuthHandler.cs#L2 40 -Misagh From: St Laurent, Mark [mailto:[email protected]] Sent: Monday, March 25, 2013 1:46 PM To: [email protected] Subject: [cas-user] CAS OWA Deep Linking Hi everyone, Another quick question: Has anyone had any luck creating deep links to Outlook Web Access mail items through CAS? We've tried, but the CAS OWA client appears to strip the deep link information from the URL when it logs the user in. Any help would be appreciated. Thanks, ---------------------------------- Mark St. Laurent Web Systems Administrator Yavapai College (928) 717-7654 http://www.yc.edu <http://www.yc.edu/> -- 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
