Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyangci committed Dec 31, 2023
2 parents a935718 + e83a010 commit ebf5c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static async Task<ClaimsIdentity> AuthenticateAseTokenAsync(string authHe

if (!await _credentialProvider.IsValidAppIdAsync(appID).ConfigureAwait(false))
{
await Console.Out.WriteLineAsync(appID).ConfigureAwait(false);
throw new UnauthorizedAccessException($"AseChannelValidation Invalid AppId passed on token: {appID}");
}

return identity;
Expand Down

0 comments on commit ebf5c95

Please sign in to comment.