Skip to content

Commit

Permalink
Merge pull request finos#6942 from LeadingPointDev/lp-contrib/waltz-6…
Browse files Browse the repository at this point in the history
…941-oauth2-fix

oauth sso small fix
  • Loading branch information
davidwatkins73 authored Jan 18, 2024
2 parents a8569d4 + 62044f6 commit ffd3f7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void register() {

String token = JWT.create()
.withIssuer(JWTUtilities.ISSUER)
.withSubject("email")
.withSubject(email)
.withArrayClaim("roles", roles)
.withClaim("displayName", name)
.withClaim("employeeId", subname)
Expand Down

0 comments on commit ffd3f7e

Please sign in to comment.