louie007 / passport-keycloak-oauth2-oidc

A Passport.js strategy for authenticating with Keycloak using the OAuth2/OIDC API
MIT License
27 stars 12 forks source link

Duplicated profile setting #7

Open matpen opened 1 year ago

matpen commented 1 year ago

The property on the left side of the equal sign in this line should probably be family_name and not given_name: https://github.com/louie007/passport-keycloak-oauth2-oidc/blob/6c9a8ff3fce17b83d145844f9800bc67f1a5059b/lib/strategy.js#L151