private async Task <string> AuthenticationCallbackAsync(string authority, string resource, string scope)
 {
     return(await LabAuthenticationHelper.GetLabAccessTokenAsync(authority, new[] { resource + "/.default" }).ConfigureAwait(false));
 }