3 references to Exception_NoTokenValidatorFound
Microsoft.AspNetCore.Authentication.WsFederation (3)
WsFederationHandler.cs (3)
305throw new SecurityTokenException(Resources.Exception_NoTokenValidatorFound); 309throw new SecurityTokenException(Resources.Exception_NoTokenValidatorFound, validationFailures[0]); 313throw new SecurityTokenException(Resources.Exception_NoTokenValidatorFound, new AggregateException(validationFailures));