C# Class CasOwa.CasOwaAuthHandler

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

Méthodes publiques

Méthode 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

Méthode Description
CasOwaAuthHandler ( ) : System

Method Details

ProcessRequest() public méthode

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
Résultat void