I have a web application (A) which contains an iframe
. The iframe
includes another web application (B).
Supposed I log into web application A and 5 different iframes are displayed hosting 5 different modules. One of those modules is a CRM application that requires user login. How can I pass the credentials of the logged on user in web application A to this CRM module (web application B) that is hosted in an iframe
?
I assume your using Forms Authentication, this article describes how you can share credentials accross multiple sites