This release introduces the following changes:
-
The client/server/validation ASP.NET Core/OWIN hosts now use
Uri.TryCreate()
instead ofnew Uri()
to compute the base and request URIs, which avoids throwing an exception when they can't be computed ; for instance when the length of the internal buffer exceeds the limit allowed by the BCLSystem.Uri
type (thanks to @tarunmathew12 from the Microsoft Healthcare team for reporting this issue! ❤️) -
4 new providers have been added to
OpenIddict.Client.WebIntegration
:- Alibaba Cloud/Aliyun (thanks @gehongyan! ❤️)
- Linear (thanks @jerriep! ❤️)
- Miro (thanks @jerriep! ❤️)
- Webflow (thanks @jerriep! ❤️)