Skip to content

Changes to the IDP Middleware

Compare
Choose a tag to compare
@ckuetbach ckuetbach released this 30 Jun 06:43
  • Added a retry-mechanism to the internal IDP client
  • Fixed a Bug with wrong cache invalidation within the internal IDP client
  • Removed one dependency from the Signing-Package. There was a direct dependency to MCV (not an abstraction of MVC) to Enable Buffering. This made it harder to use this package with dotnet core 3.1. This could be a breaking change, because you will need to EnableBuffering in the Request manually now.