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