I need the authenticated principal user uid on my page. I do not wish to get it from "user", because user has already been changed through userService.getCurrentUser, but it has not been authenticated, so customer present in "user" attribute and the authenticated principal is different. I need that authenticated principal.
Is there any way to get that ?