Skip to content

Commit 497483d

Browse files
author
Matt Pryor
committed
Remove the setting of the name claim
Signed-off-by: Matt Pryor <[email protected]>
1 parent a40de25 commit 497483d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

connector/authproxy/authproxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ func (m *callback) HandleCallback(s connector.Scopes, r *http.Request) (connecto
106106
}
107107
return connector.Identity{
108108
UserID: remoteUserId,
109-
Username: remoteUser,
110109
PreferredUsername: remoteUser,
111110
Email: remoteUserEmail,
112111
EmailVerified: true,

0 commit comments

Comments
 (0)