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.
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