2 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);