Skip to content

Commit

Permalink
Remove the unnecessary RequireLocalValidation filter from the Validat…
Browse files Browse the repository at this point in the history
…eDataProtectionToken event handler
  • Loading branch information
kevinchalet committed Feb 20, 2024
1 parent e17e4ee commit 45515d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public ValidateDataProtectionToken(IOptionsMonitor<OpenIddictValidationDataProte
/// </summary>
public static OpenIddictValidationHandlerDescriptor Descriptor { get; }
= OpenIddictValidationHandlerDescriptor.CreateBuilder<ValidateTokenContext>()
.AddFilter<RequireLocalValidation>()
.UseSingletonHandler<ValidateDataProtectionToken>()
.SetOrder(ValidateIdentityModelToken.Descriptor.Order + 500)
.SetType(OpenIddictValidationHandlerType.BuiltIn)
Expand Down

0 comments on commit 45515d1

Please sign in to comment.