I have a custom authenticator for Liferay that authenticates the user using "AuthenticationAdmin" service and service method "login()" only returns the boolean response.I
In my case I want the calling web application to know more from this login method ..like some variables that is needed by application for authenticated user e.g. some user attribute like "isEnabled", "customattr" from LDAP after authentication.
Can we return some responses from WSO2 Authenticator? How can we achieve this from WSO2 IS?