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

Bug: 'openid' added to scope even if already present #98

Open mstrhakr opened 1 year ago

mstrhakr commented 1 year ago

This plugin adds the 'openid' scope to the request, even if that scope is already included, this can cause problems with some IdPs.