Skip to content

configure token_endpoint_auth_methods_supported #3219

Answered by vinckr
karmaking asked this question in Q&A
Discussion options

You must be logged in to vote

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 🙏

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@karmaking
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants