I have one Joomla site and another web app which is ASP.NET MVC based. I am wishing to do auto login to another app after login to Joomla website.
For example is it possible that after a successful login in Joomla website, automatically issue a new request to this ASP based app with User ID and password ( encrypted of course ) embedded in query string. Then this ASP application would take that information and decrypt the password and perform auto login?
Here's How to use web services to share Joomla login session from one website to another? a example for one Joomla site with another Joomla site.
I hope to see code example for explain solution.