Version: 10.2.1b and 10.2.1b SP1 |
| Responder Overview > Optional Functionality > Web Server > Miscellaneous > Sign In with Windows Authentication |
You can enable Responder Web to use the computer's Windows Authentication login to auto-login, rather than prompt for a user-entered login.
![]() |
The user names in the Rx_Users table must match the windows authentication logins. |
|
Copy Code
|
|
|---|---|
<authentication mode="Forms"> <forms loginUrl="~/login.aspx" protection="All" slidingExpiration="true" timeout="30" /> </authentication> |
|