Skip to content

Commit

Permalink
Remove the setting of the name claim
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Pryor <matt@stackhpc.com>
  • Loading branch information
mkjpryor committed Nov 10, 2023
1 parent 4cc9ac5 commit b07a9fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connector/authproxy/authproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func (m *callback) HandleCallback(s connector.Scopes, r *http.Request) (connecto
}
return connector.Identity{
UserID: remoteUserId,
Username: remoteUser,
PreferredUsername: remoteUser,
Email: remoteUserEmail,
EmailVerified: true,
Expand Down

0 comments on commit b07a9fc

Please sign in to comment.