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
84 stars 49 forks source link

Update OidcClient to v5 #254

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

Bumps IdentityModel.OidcClient to v5, which contains a breaking changes around dropping support for Nonce as a parameter, which we do not use. So we should be good to update.

See: https://github.com/IdentityModel/IdentityModel.OidcClient/releases/tag/5.0.0

References

This update is needed to fix #241

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist