Hi,
I have the need to control the expiration time of login-token cookie in AEM 6.1 using oak2 as the repository.
Referring http://jackrabbit.apache.org/oak/docs/security/authentication/tokenmanagement.html I understand that it could possibly be done by a Custom token provider, so I am looking for an example of the same if any?
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
To control the login time configure at http://<host>:<port>/system/console/configMgr/org.apache.jackrabbit.oak.security.authentication.toke... . Example [A] & no need to develop one.
Views
Replies
Total Likes
It can be customized but I don't think we have any good examples now. I will try to get one soon!
Views
Replies
Total Likes
To control the login time configure at http://<host>:<port>/system/console/configMgr/org.apache.jackrabbit.oak.security.authentication.toke... . Example [A] & no need to develop one.
Views
Replies
Total Likes
Sorry my bad !! didnt look at this option which is already available ! As Sham mentioned, you can change the token expiration property in the above configuration.
Views
Replies
Total Likes
In case of custom authhandler where we want only users for our site has token expiration provided by our site specific configuration. Because OOTB configuration will impact token time expiration for whole instance which we don't want. I needed this scenario. If anyone has the sample code to provide will be real help.
Views
Replies
Total Likes
Hi Lokesh,
We have a similar problem; did you manage to find a solution?
Any pointer you can give would be helpful.
-Nitya
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies