-
We need to disable the Thanks and cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @karmaking The token_endpoint_auth_method parameter in the OAuth 2.0 client settings does allow you to specify the client authentication method for the token endpoint. The options include client_secret_basic, client_secret_post, private_key_jwt, and none. If you want to disable the none method, you might be able to do so by not including it in this parameter, but this is not explicitly stated in the documentation so I am not sure. I recommend trying it out and reporting back 🙏 |
Beta Was this translation helpful? Give feedback.
Hey @karmaking
apologies for the late response, I am not sure if I can give you a good answer here.
The token_endpoint_auth_method parameter in the OAuth 2.0 client settings does allow you to specify the client authentication method for the token endpoint. The options include client_secret_basic, client_secret_post, private_key_jwt, and none.
If you want to disable the none method, you might be able to do so by not including it in this parameter, but this is not explicitly stated in the documentation so I am not sure.
I recommend trying it out and reporting back 🙏