c# - Regarding Login to a different domain in ASP.NET -


i have domain let xyz.com , in page, have iframe page other domain let say, www.abc.com/home.aspx. however, abc.com has authentication implemented, because of redirects login.aspx. there way can call login page of abc.com internally , there cookies created side , access home page. using asp.net.

thanks

when iframe abc.com authentication succeeds, iframe can open child iframe page under xyz.com set authentication cookie xyz.com. user browser has both domain cookies.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -