konflux-ci / konflux-ci

Integration and release of Konflux-CI
Apache License 2.0
38 stars 23 forks source link

Show the user's first and last name on the UI #148

Closed gbenhaim closed 1 month ago

gbenhaim commented 1 month ago

There was bug where the user's first and last name were not visible in the UI since they weren't included in the JWT token. Include the "first_name" and "last_name" claims in the JWT token.

image