-
Notifications
You must be signed in to change notification settings - Fork 409
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
IdentityModel Validation model change #2711
Labels
✏️Design proposal
Proposal for a feature
Comments
jennyf19
changed the title
IdentityModel AsyncDelegates Model
IdentityModel Validation model change
Jul 15, 2024
5 tasks
This was referenced Aug 6, 2024
This was referenced Aug 14, 2024
This was referenced Aug 23, 2024
This was referenced Sep 4, 2024
This was referenced Sep 23, 2024
This was referenced Sep 30, 2024
This was referenced Nov 1, 2024
This was referenced Nov 11, 2024
This was referenced Nov 18, 2024
This was referenced Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IdentityModel is responsible for validating SecurityTokens. Validating a SecurityToken requires validating multiple parts and reporting the results. Common parts to validate are the issuer, audience, expiration. Default validation is included for important parts of the SecurityToken. The current model provides extensibility using delegates for validation.
Issues we want to address:
Proposal
Each validation step will return a specialized ValidationResult type that contain details that will provide upper layers to the examine errors with contain exception details, log details with a stacktrace that can be thrown or logged.
Related PRs: #2709, #2688, #2679, #2672, #2671, #2669, #2655
The text was updated successfully, but these errors were encountered: