We need to integrate the google plus login feature in our website. We have been able to get google plus login button and a response with user details as described in steps here https://developers.google.com/+/web/signin/add-button.
What i need next is to persist this user as CQ granite user and how to use this user session for further authentication purposes.
Any pointers in this regard will be helpful.
Solved! Go to Solution.
Views
Replies
Total Likes
I assume that you are using OAUTH for authentication, take a look at OOTB Facebbok/Twitter authentication handler. You have to create custom authentication handler to achieve this.
Views
Replies
Total Likes
I assume that you are using OAUTH for authentication, take a look at OOTB Facebbok/Twitter authentication handler. You have to create custom authentication handler to achieve this.
Views
Replies
Total Likes
AEM does not integrate directly with AEM; however, it should be doable by creating an authentication OSGi service which supports the TOTP RFC-6238 protocol (Time based One Time Password)
Here are some good starting points
Regards,
Alva
Views
Replies
Total Likes
Hi Anurakt Awasthi,
These articles might help with creating a custom handler:
Regards,
Alva
Views
Replies
Total Likes
Any more updates, im in the same boat with my site gossip-hollywood.com
Cheers
Views
Replies
Total Likes