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 48 forks source link

Remove Token Endpoint Auth Method from configuration steps #270

Closed ewanharris closed 1 year ago

ewanharris commented 1 year ago

Changes

Please describe both what is changing and why this is important. Include:

Due to a recent refactor in the management UI this is no longer shown by default on new Native applications. It will be shown on older Native applications but the setting is locked to None

References

Please include relevant links supporting this change such as a:

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