C# Class AuthBridge.Protocols.WSFed.WindowsAzureADHandler

Inheritance: ProtocolHandlerBase
Afficher le fichier Open project: Teleopti/authbridge

Méthodes publiques

Méthode Description
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
WindowsAzureADHandler ( ClaimProvider issuer ) : System

Private Methods

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

Method Details

ProcessSignInRequest() public méthode

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope Scope
httpContext System.Web.HttpContextBase
Résultat void

ProcessSignInResponse() public méthode

public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
Résultat System.Security.Claims.ClaimsIdentity

WindowsAzureADHandler() public méthode

public WindowsAzureADHandler ( ClaimProvider issuer ) : System
issuer ClaimProvider
Résultat System