Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
return the security token when the validation fails if validationPara…
Browse files Browse the repository at this point in the history
…meters.IncludeTokenOnFailedValidation is set
dannybtsai committed Jan 11, 2023
1 parent 92997ab commit a339a5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -211,6 +211,7 @@ protected TokenValidationParameters(TokenValidationParameters other)
ConfigurationManager = other.ConfigurationManager;
CryptoProviderFactory = other.CryptoProviderFactory;
DebugId = other.DebugId;
IncludeTokenOnFailedValidation = other.IncludeTokenOnFailedValidation;
IgnoreTrailingSlashWhenValidatingAudience = other.IgnoreTrailingSlashWhenValidatingAudience;
IssuerSigningKey = other.IssuerSigningKey;
IssuerSigningKeyResolver = other.IssuerSigningKeyResolver;

0 comments on commit a339a5b

Please sign in to comment.