Hi Experts, We are using AEM 6.4.5 and working on a custom authentication handler. Eventually the handler will invoke TokenUtil, something like.TokenUtil.createCredentials(request, response, this.repository, userId, true);Internally TokenUtil does the following,repository.loginAdministrative((Strin...