Skip to content

Commit

Permalink
Only expose UPN instead of Object ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Espe committed Oct 4, 2018
1 parent 916080f commit 8c63c2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@ public Object getDetails() {

@Override
public Object getPrincipal() {
return azureAdUser.getObjectID();
return this.getName();
}

@Override
Expand Down

0 comments on commit 8c63c2a

Please sign in to comment.