jaredhanson / passport-openidconnect

OpenID Connect authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-openidconnect/?utm_source=github&utm_medium=referral&utm_campaign=passport-openidconnect&utm_content=about
MIT License
188 stars 173 forks source link

Add useAuthorizationHeaderForToken option #54

Closed scleriot closed 2 years ago

scleriot commented 6 years ago

If this option is set to true, we request a token by sending client_id and client secret with an Authorization header instead of url params

jaredhanson commented 2 years ago

This PR is primarily patching oauth, which this module uses as a dependency. The proposed changes should be submitted there and, if accepted, the relevant options can be supported in this strategy.

ashraf-iqbal commented 10 months ago

was there any movement on this initiative? was the option useAuthorizationHeaderForToken ever supported by this strategy?