I have a web application (C# - ASP.net) that needs to pass a user to another site(word press site) which is running on different server. I need to be able to pass a user creditentials to this server to allow users authenticated by my application to use word
press site without being prompted to enter credentials. it should be secure. for this situation can i share cookies(encrypted)?
lak_2011
Member
316 Points
115 Posts
Re: sharing authentication between two sites
Apr 26, 2012 05:56 PM|LINK
Hi ,
Thanks for reply.
my situation is like this.
I have a web application (C# - ASP.net) that needs to pass a user to another site(word press site) which is running on different server. I need to be able to pass a user creditentials to this server to allow users authenticated by my application to use word press site without being prompted to enter credentials. it should be secure. for this situation can i share cookies(encrypted)?
Thanks