This repository was archived by the owner on Nov 7, 2018. It is now read-only.
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
Regression: static options snapshots are no longer correctly cached #211
Closed
Description
When #199 was fixed, you guys opted for making the options snapshots scoped, which introduced a terrible regression.
Now, configuration delegates are run for every authentication handler and for every request, which has both performance and functional implications in ASP.NET Core projects like the OIDC client middleware and community projects like the OIDC server I develop.
Please revert this design change.
More context: