Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to disable client_secret_basic for token_endpoint_auth_methods_supported? #178

Open
jits opened this issue Nov 8, 2022 · 0 comments

Comments

@jits
Copy link

jits commented Nov 8, 2022

Hi, thanks for developing this library. It's super useful in setting up an OIDC server as part of a platform.

Is it possible to disable client_secret_basic as an option for token_endpoint_auth_methods_supported? I see that it's hardcoded in the controller:

token_endpoint_auth_methods_supported: %w[client_secret_basic client_secret_post],
– has there been some consideration in making this configurable?

I'm happy to submit a PR to support this.

@jits jits changed the title Possible to disable client_secret_basic for token_endpoint_auth_methods_supported Possible to disable client_secret_basic for token_endpoint_auth_methods_supported? Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant