auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
86 stars 49 forks source link

[SDK-2575] Update OidcClient to 4.0.0 #200

Closed frederikprijck closed 3 years ago

frederikprijck commented 3 years ago

As IdentityModel.OidcClient will not get any updates to it's v3 version, and v4 has been released as a stable version recently, it's worth upgrading our SDK to use the latest v4.

There are a few breaking changes in v4, but these should not affect our users as we have updated our own SDK to use the new properties.

This also reverts the changes introduced in https://github.com/auth0/auth0-oidc-client-net/pull/191