[Feature Request] New validation call graph needs a way to defer building strings. #2986
Labels
Enhancement
The issue is a new feature
Internal
Indicates issue was opened by the IdentityModel team
One of the tenants of the new design is to reduce allocations when multiple policies are in effect. So if the first policy fails and the second policy succeeds, we want minimal allocations.
Several places in our call graphs we build strings when multiple errors could have occurred, signature validation is one place.
We need to find a way to build the strings on demand.
The text was updated successfully, but these errors were encountered: