Hi,
I am using an External Login Module which makes use of a Custom Identity Provider. I need to add a JWT token after the successful login. Where should I add that?
I couldn't find any documentation about that.
Thanks.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @florind ,
You can achieve this with simple code. Please check below article explains on same.
https://www.aemquickstart.in/2017/08/validate-jwt-token-and-secret-key.html?m=1
Hi @florind ,
You can achieve this with simple code. Please check below article explains on same.
https://www.aemquickstart.in/2017/08/validate-jwt-token-and-secret-key.html?m=1
Actually, I am looking for something else. See, I have this External User I am returning on authenticate method from ExternalIdentityProvider, and during the API call, I also get a JTW token which I want to write in the cookie.
The problem is that I don't have access to the request & response and I was asking if anyone knows where could I add that.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies