I am in a situation where I need auto-auth users between an ASP.NET website and WordPress. The idea is that you are logged in to the ASP.NET website, and if you are viewing WP pages that you are logged in automatically, and vice versa.
In ASP.NET, I can authorize users from a WP database, but all I can come up with is the question.
-How to enable this directional authentication scheme?
-Zubair
source
share