Retrieve logged in user email
HI,
on Adobe Aem Author in a java class that implements AuthenticationHandler, AuthenticationFeedbackHandler I have the following method:
public boolean authenticationSucceeded(HttpServletRequest request, HttpServletResponse response, AuthenticationInfo authInfo) {
…
}
How can I obtain the email address of the logged in user within the authenticationSucceeded method ?
Thank you
