C# Class AuthBridge.Protocols.WSFed.WSFedHandler

Inheritance: ProtocolHandlerBase
Show file Open project: Teleopti/authbridge

Public Methods

Method Description
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
WSFedHandler ( ClaimProvider issuer ) : System

Private Methods

Method Description
RequestAuthentication ( System.Web.HttpContextBase httpContext, string identityProviderUrl, string realm, string replyUrl ) : void

Method Details

ProcessSignInRequest() public method

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope AuthBridge.Model.Scope
httpContext System.Web.HttpContextBase
return void

ProcessSignInResponse() public method

public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
return ClaimsIdentity

WSFedHandler() public method

public WSFedHandler ( ClaimProvider issuer ) : System
issuer AuthBridge.Model.ClaimProvider
return System