AbsaOSS / login-service

AbsaOSS Common Login gateway using JWT Public key signatures
Apache License 2.0
2 stars 0 forks source link

Include friendlyName/display name in the JWT #60

Closed dk1844 closed 10 months ago

dk1844 commented 10 months ago

Background

it would prove useful if user's display name was included in the token -- thus, the caller would not have to look it up elsewhere

Idea brought up by @fateeand

dk1844 commented 10 months ago

Implemented as displayname (Our LDAP has this field as displayname) in #61.