Siw, what you could do is to modify the memberControls and pick up the server variable "LOGON_USER". If the LOGON_USER exists make a login like that user.
You will get the user by using:
Request.ServerVariables["LOGON_USER"]
To be able to use this your site must be setup for windows authentication AND your users must add this domain as a trusted site.
Please note:
- This will probably only work with Internet Explorer.
- In a domain environment the LOGON_USER will carry the value "COMPANY-DOMAIN
\ UserID" and you'll have to parse out the user id from that pattern.
- You'll have to store each user in the Umbraco mebers section as well...
Next step would be to verify the user via a AD lookup, but maybe, you should wait for V4 and the MembershipProvider before going in that direction...
// ; ) Kalle
" - Yeah I'd like to share your point of view, as long as it's my view too... (
http://www.d-a-d.dk/lyrics/pointofview)