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