This release introduces the following changes:
- The LinkedIn integration was updated to react to a breaking change introduced by LinkedIn in their discovery document and that was causing an issuer validation error in the OpenIddict client due to the issuer being changed from
https://www.linkedin.com/
tohttps://www.linkedin.com/oauth
(thanks @DovydasNavickas! ❤️).
Important
If your code relies on the issuer identity, make sure you update your code/database to use https://www.linkedin.com/oauth
instead of https://www.linkedin.com/
.