|
| |
|
|
mattps
Posts: 45 Joined: 6/12/2004 Status: offline
|
Integrated Windows Authentication - 2/14/2007 5:22:57
I have a site that is currently set to use Anon access. What I am trying to do is only allow access to the site to people in a certain security group. I have read that Integrated Windows Authentication allows access using account credentials without presenting the user with a "pop up" login box. However, everytime I set the site to use Integrated Windows Authentication and browse to the site I get a pop up asking me for a username and password. Is there a way around this so that I don't get the pop up? Many thanks, Matt
|
|
|
|
rdouglass
Posts: 9167 From: Biddeford, ME USA Status: offline
|
RE: Integrated Windows Authentication - 2/14/2007 8:47:41
AFAIK that 'automatic' login works only if both host and client are in the same domain. Have you tried collecting the login username to see if it (the server) can see it at all? <%=request.servervariables("logon_user")%>
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
mattps
Posts: 45 Joined: 6/12/2004 Status: offline
|
RE: Integrated Windows Authentication - 2/14/2007 9:48:07
The clients and the host are in the same domain. I can retrieve logon info such as user name and other active directory information. Many thanks, Matt
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|