IdentityModel.OidcClient.Samples
IdentityModel.OidcClient.Samples copied to clipboard
Okta Asp.Net with Duende.IdentityModel
HI,
I have an MVC web application using .net framework 4.8 and Okta authentication. I am using Okta.AspNet middleware, so IdentityModel is installed as part of Okta.AspNet Nuget package. Now that IdentityModel is deprecated, nuget package manager is suggesting to use Duende.IdentityModel instead. I am unable to remove IdentityModel package due to the dependency. How do I decouple it and use Duende.IdentityModel instead?
Thanks!
In this case, I would check with Okta if they can make a new version with the updated dependency. Note that it's OK to keep the current dependency tree you have here.