C# Class CasOwa.CasOwaAuthHandler

CasOwaAuthHandler provides Jasig CAS Authentiction for Microsoft Outlook Web Access.
Inheritance: IHttpHandler, IRequiresSessionState
Show file Open project: Unicon/cas-owa-2010

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Using ProxyTickets and the ClearPass extension for CAS CasOwaAuthHandler retrieves the users credentials, POSTs them to the OWA, retrieves sessionid and cdata cookies, sets them on the browser and redirects to the user's inbox.

Private Methods

Method Description
CasOwaAuthHandler ( ) : System

Method Details

ProcessRequest() public method

Using ProxyTickets and the ClearPass extension for CAS CasOwaAuthHandler retrieves the users credentials, POSTs them to the OWA, retrieves sessionid and cdata cookies, sets them on the browser and redirects to the user's inbox.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void