public override void ProcessSignInRequest(Scope scope, HttpContextBase httpContext) { var client = new AzureAdOAuthClient(_appId, _secretKey, _graphApiEndpoint, _tokenEndpoint, _authorizationEndpoint, _graphApiVersion); client.RequestAuthentication(httpContext, MultiProtocolIssuer.ReplyUrl); }