You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Jay Hemnani
committed
fix: respect token_endpoint_auth_method=none when client_secret exists
When token_endpoint_auth_method is set to "none", the ClientAuthenticator
should not require a client_secret on the request, even if a client_secret
is stored for that client. This can happen if a client was previously
registered with a secret but later changed to public authentication.
The fix adds a check for token_endpoint_auth_method != "none" before
validating the client_secret requirement.
Fixes#1842
Github-Issue: #1842
Reported-by: aiwebb
0 commit comments