Method | Description | |
---|---|---|
GetLoginUrl ( System.Web.HttpContextBase context ) : string | ||
PutOnCorrectTenant ( System.Web.HttpContextBase context ) : void | ||
TryAuthenticateRequest ( System.Web.HttpContextBase context ) : bool |
Method | Description | |
---|---|---|
ParsePortalToken ( string portalToken ) : AzureFunctions.Authentication.AzureFunctionsPrincipal | ||
TryGetCorrectTenant ( string &correctTenant ) : bool | ||
TryGetTenantForSubscription ( string subscriptionId, string &tenantId ) : bool |
public GetLoginUrl ( System.Web.HttpContextBase context ) : string | ||
context | System.Web.HttpContextBase | |
return | string |
public PutOnCorrectTenant ( System.Web.HttpContextBase context ) : void | ||
context | System.Web.HttpContextBase | |
return | void |
public TryAuthenticateRequest ( System.Web.HttpContextBase context ) : bool | ||
context | System.Web.HttpContextBase | |
return | bool |