C# 클래스 SitecoreOwinFederator.pipelines.HttpRequest.AuthenticationChecker

Verifies authentication tickets: If .AspxAuth is available and no .AspNet.Cookies: deny permission, logout and redirect to login If .AspNet.Cookies is available and no .AspxAuth: login sitecore user If both are unavailable: anonymous user If both are available: Check identities: if they are equal: OK Else: logout both identities and redirect to a public page
상속: HttpRequestProcessor
파일 보기 프로젝트 열기: BasLijten/SitecoreFederatedLogin

공개 메소드들

메소드 설명
Process ( HttpRequestArgs args ) : void

보호된 메소드들

메소드 설명
GetLoginPage ( SiteContext site ) : string

비공개 메소드들

메소드 설명
LogoutAndRedirectToLogoutPage ( ) : void
RedirectToLoginPage ( ) : void

메소드 상세

GetLoginPage() 보호된 메소드

protected GetLoginPage ( SiteContext site ) : string
site SiteContext
리턴 string

Process() 공개 메소드

public Process ( HttpRequestArgs args ) : void
args HttpRequestArgs
리턴 void