IdentityModel.OidcClient.Samples icon indicating copy to clipboard operation
IdentityModel.OidcClient.Samples copied to clipboard

Okta Asp.Net with Duende.IdentityModel

Open jkapistalam opened this issue 10 months ago • 1 comments

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!

jkapistalam avatar Feb 26 '25 15:02 jkapistalam

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.

maartenba avatar Feb 26 '25 15:02 maartenba