I have to authenticate user with passport tpe authentication. for that i set the following configuration in web.config.
<identity userName="username" password="password" impersonate="true"/>
<authentication mode="Passport">
<passport redirectUrl="https://login.yahoo.com"/>
</authentication>
Please confirm if this is correct/complete?
you can specify like this
i recommend you pls take a look at this authentication using passport mode