Is this possible or I'm going totally wrong?
Consider we have this situation: One web site (web1) hosted on one server, and another one hosted on different server (lets say web2). Both of these application have login/register. Now i want to allow users from web2 access to web1. For example like this, user who is registered on web2 goes to web1 site and tries to login with username: "web2/username" and password: "somePassword". Now my web1 application needs to check if that user exists in web2 lists of users.
Now i managed to make something with Azure ACS(loging in with Google/live account), but i do not want to use ACS. What i want is that my app interacts with web2 ADFS ( im not sure if this is possible or even if ADFS can be used in this way) and finds out if user that tries to login on web1 is actually registered on web2.
