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

Registrar refactor #36

Closed fiddur closed 2 years ago

jaredhanson commented 2 years ago

I've decided to remove the discovery and dynamic client registration capabilities from this strategy. These features were never fully baked, and the functionality is best implemented outside of an authentication strategy. As such, this PR isn't needed.

If anyone was making use of discovery or dynamic client registration, I'd be curious to understand more details to help figure out a better solution.