Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Info
titleNew Release 3.4.2

5/19/2010 New Release of the original CASifying Outlook Web Access 2 to support 3.4.2 cas-server-support-owa.3.4.2.tar.gz
All credit for this module goes to  Matthieu MARC all I did was updates.To clarify the difference between this solution and the .NET solution: In the .NET the ASP code must be installed on the OWA server but after the user login there is no load on the CAS serverIn this solution the CAS web server acts as a proxy (see this explination) for all traffic to the OWA server so there are no changes needed on the OWA server but all OWA traffic goes through the CAS server after login.

...

 3. CAS is checking login and password

 4. If ok, then CAS use login and password to authenticate against OWA service and retrieve OWA cookie

 5. If ok, then CAS return the CAS cookie containing the Granting Ticket and the OWA cookie.

So I opened Eclipse and starting to read CAS code (smile)

...