Hello All,We currently have AEM integrated with OpenID token using a
custom AuthenticationHandler implementation. We do not have custom Login
Module.The implementation works fine. We are able to authenticate the
user bases on the OpenID token and we create CRX session
using:TokenUtil.createCredentials(request, response, slingRepository,
extractedUserID, true);We have configured tokenExpiration as 15 minutes
in Apache Jackrabbit Oak TokenConfiguration.Token Expiration also works
fine without any ...