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