You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.