Solved! Go to Solution.
Try looking at the Trusted Header Authentication handler which is intended for SSO integration. I believe it meets you use case - http://dev.day.com/docs/en/cq/current/deploying/single_sign_on.html#Configuring Trusted Header Authentication and SSO.
Try looking at the Trusted Header Authentication handler which is intended for SSO integration. I believe it meets you use case - http://dev.day.com/docs/en/cq/current/deploying/single_sign_on.html#Configuring Trusted Header Authentication and SSO.
Adobe AEM supports this. See: http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_config.html.
Hope this helps
Views
Replies
Total Likes
Hi,
Thanks for the quick feedback, the requirement is a bit different:
We've uploaded the custom users to the CRX /home/user directory with all the profile data. The user node is created with an id like "123456'' with some dummy password.
An anonymous user opens the website (having this user id in a Cookie), now we want to auto authenticate this particular user so that the authorizableId (property in SessionPersistence Cookie) gets updated as "123456' rather as anonymous. So that the user falls in the proper segment and the marked teaser is rendered to him/her.
Please suggest,
Susheel
Views
Replies
Total Likes
I am not sure i am following you - you want an anonymous user to login (the Cookie is updated with this Id) -- but you want props of the cookie updated with "123456"?
Views
Replies
Total Likes