- Add
TokenCacheParameterstoOAuth2Optionsto configurate token cache duration, expiration delta and cache size.
- Relax OAuth2 token cache duration to 1hr to avoid unnecessary token refreshes.
- Disable refresh tokens when obtaining user tokens from IAS. This acts as a workaround for a limitation of IAS, where obtaining a refresh token invalidates the original token.
- OData v2 and OData v4: Fixes eager HTTP response evaluation for Create, Update, and Delete request builders in convenience APIs.
Previous change of
5.20.0may have resulted in the HTTP connection being left open after the request was executed.