3 references to AuthenticationFailureException
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
134
throw new
AuthenticationFailureException
("An error was returned from the RemoteFailure event.", errorContext.Result.Failure);
140
throw new
AuthenticationFailureException
("An error was encountered while handling the remote login.", errorContext.Failure);
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
284
throw new
AuthenticationFailureException
("An error was returned from the AuthenticationFailed event.", errorContext.Result.Failure);