IdentityModel / IdentityModel.AspNetCore.OAuth2Introspection

ASP.NET Core authentication handler for OAuth 2.0 token introspection
Apache License 2.0
147 stars 66 forks source link

Dependency on Newtonsoft.JSON 12.0.1 #43

Closed raghumirajkar closed 5 years ago

raghumirajkar commented 5 years ago

Hi,

We are using the pre-release version of IdentityModel.AspNetCore.OAuth2Introspection (4.0.0-aultmore) with ASP.Net Core 2.0. Since we're using Newtonsoft.JSON 11.0, the build for our project fails due to IdentityModel's hard dependency on Newtonsoft.JSON 12.0.1. Is there any specific feature of latest version of newtonsoft that Identity model is using? If not, can the library downgrade the newtonsoft dependency to 11.0?

leastprivilege commented 5 years ago

did you do some research on the topic?

leastprivilege commented 5 years ago

https://www.nuget.org/packages/IdentityModel.AspNetCore.OAuth2Introspection/4.0.0-preview.6

Here's the latest preview using the same JSON.NET version as ASP.NET Core (which is 11.0.x)

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.