Hi,
I have an existing asp.net application. We are trying to build a SSO functionality into it where our client would SSO into our application using a link on their side.
Our website uses forms authentication for all our users to login. In this scenario I get the username (authenticated user at client end) when the client user does an SSO but I need to bypass the authentication for the user to be able to navigate through our website. I maintian a mapping of usernames between the client and our database. Is it possible to authenticate the user without knowing his password?