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

Configure Client Authentication Method #147

Open
tadaoshimura opened this issue Oct 6, 2021 · 1 comment
Open

Configure Client Authentication Method #147

tadaoshimura opened this issue Oct 6, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tadaoshimura
Copy link

Is there a way to configure the client authentication method? It seems to be defaulted to client_secret_post but I would like to change it to client_secret_basic.

@jaredhanson jaredhanson added question Request for help or support enhancement New feature or request and removed question Request for help or support labels Oct 28, 2021
@jaredhanson
Copy link
Owner

There currently is not, no. I would be willing to accept a pull request that implemented this functionality. It would also required a corresponding pull request to the underlying oauth dependency.

For anyone willing to take this on, looking at passport-openidconnect PR #54 can serve as a starting point. That PR implemented most of this functionality, albeit in a way that was too invasive (and potentially brittle) to merge.

@jaredhanson jaredhanson added the help wanted Extra attention is needed label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants