a more explicit message

main
Paul Schneider 7 years ago
parent 909992b5db
commit 3f48f7594c
1 changed files with 1 additions and 1 deletions

@ -367,7 +367,7 @@ namespace OAuth.AspNet.AuthServer
if (!clientContext.IsValidated) if (!clientContext.IsValidated)
{ {
Logger.LogVerbose("Unable to validate client information"); Logger.LogVerbose("Unable to validate client information (redirect_uri)");
return await SendErrorRedirectAsync(clientContext, clientContext); return await SendErrorRedirectAsync(clientContext, clientContext);
} }

Loading…