Skip to content

Commit 646c35b

Browse files
committed
Attempt to fix impersonation
1 parent 9c75912 commit 646c35b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/com/objectcomputing/checkins/security/ImpersonationController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public HttpResponse<Void> auth(HttpRequest<?> request, String email) {
103103
newAttributes.put("picture", "");
104104
newAttributes.put("roles", roles);
105105
newAttributes.put("permissions", permissions);
106+
newAttributes.put("openIdToken", "");
106107

107108
LOG.info("Building authentication");
108109
Authentication updatedAuth = Authentication.build(email, roles, newAttributes);

0 commit comments

Comments
 (0)