Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the new validation model, ValidationParameters differs from TokenValidationParameters. #3131

Open
pmaytak opened this issue Feb 13, 2025 · 0 comments
Labels
Enhancement The issue is a new feature Good First Issue This is a good item for new team members Internal Indicates issue was opened by the IdentityModel team

Comments

@pmaytak
Copy link
Contributor

pmaytak commented Feb 13, 2025

-Need to fix:

  • In the ValidationParameters(ValidationParameters other), the value of TryAllIssuerSigningKeys is not copied over.
  • Also in the new model TryAllIssuerSigningKeys is false by default, but true by default in the current model.
  • Verify that there are no other missed differences between ValidationParameters and TokenValidationParameters.
    Note: some differences are intended, like there's no TokenDecryptionKey property, only the TokenDecryptionKeys collection.
@pmaytak pmaytak added Enhancement The issue is a new feature Good First Issue This is a good item for new team members Internal Indicates issue was opened by the IdentityModel team labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement The issue is a new feature Good First Issue This is a good item for new team members Internal Indicates issue was opened by the IdentityModel team
Projects
None yet
Development

No branches or pull requests

1 participant