We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac930fc commit bba1d1bCopy full SHA for bba1d1b
server/modules/authentication/oidc/authentication.js
@@ -29,7 +29,7 @@ module.exports = {
29
profile: {
30
...profile,
31
email: _.get(profile, '_json.' + conf.emailClaim),
32
- displayName: _.get(profile, conf.displayNameClaim, ''),
+ displayName: _.get(profile, '_json.' + conf.displayNameClaim, '')
33
}
34
})
35
if (conf.mapGroups) {
0 commit comments