Posted on: 1/2/2014 6:09:36 AM | Views : 770

Hello,
I have an application having a form based authentication on a single server environment. We login on an external application which gives us link to access our current application. When we click on the link our existing application opens an authentication is done using the "Ticket" key provided in the request
Following is the configuration:
with following configuration in the config file.
<authentication mode="Forms">         <forms name=".ABCD" loginUrl="Pages/LoginPage.aspx" timeout="1440" path="/" />     </authentication>
    <authorization> <deny users="?" />    </authorization>
<machineKey validationKey="adsfasdfasdfasdf" decryptionKey="asdfadsfsdfaf" validation="SHA1" />
We are doing the u ...

Go to the complete details ...