Ask a Question related to ASP.NET Security, Design and Development.
-
adamz90@yahoo.com #1
Authenticating Users on an Intranet
Greetings all,
I have a question if I may. I have written a web-based application
using ASP.NET and VB.NET. The application resides on our intranet. I
would like to authenticate the users without making them enter a user
name and password since they were already authenticated when they
logged into their machine. Is this possible? How can I do that? How
would I be able to get the user name?
Thank you very much in advance.
Adam
adamz90@yahoo.com Guest
-
Help authenticating installer
Hello, I have administrator access to my computer and have set all setting to enable downloading, etc. However, when I try to download Shockwave... -
authenticating users using their windows login with cf 4and windows server 2000
Does anyone know of a way to authenticate users using cfauthenticate and security context using coldfusion 4 running on a windows server 2000... -
Authenticating against Novell.
Anybody has any idea on how I could authenticate against Novell NDS with a functionnality like Windows Authentication. Let me explain. Clients on... -
Authenticating against NT 4 Domain
Hi All, We have a website that uses Forms Authentication. the users userid and password are setup on the NT 4 Domain. And, the information... -
How do you figure out the LDAP://? ("Error authenticating. Error authenticating user. The specified domain either does not exist or could not be contacted")
Hi, I am using the example "Authenticate against the Active Directory by Using Forms Authentication and Visual Basic .NET": ... -
Dominick Baier [DevelopMentor] #2
Re: Authenticating Users on an Intranet
Hello [email]adamz90@yahoo.com[/email],
sure - just change to <Authentication Mode="Windows" /> in web.config
and remove anonymous access in the directory security tab in IIS
---------------------------------------
Dominick Baier - DevelopMentor
[url]http://www.leastprivilege.com[/url]
> Greetings all,
>
> I have a question if I may. I have written a web-based application
> using ASP.NET and VB.NET. The application resides on our intranet. I
> would like to authenticate the users without making them enter a user
> name and password since they were already authenticated when they
> logged into their machine. Is this possible? How can I do that? How
> would I be able to get the user name?
>
> Thank you very much in advance.
>
> Adam
>
Dominick Baier [DevelopMentor] Guest
-
adamz90@yahoo.com #3
Re: Authenticating Users on an Intranet
Dominick,
Thank you kindly for the quick response. I do have the Authentication
Mode="Windows" and anonymous access unchecked (I have Integrated
Windows checked). However, when I request the page, I get the log in
dialoug box. I am hoping to bypass the log in dialoug all together.
Any thoughts?
Thanks again in advance.
Adam
adamz90@yahoo.com Guest
-
Dominick Baier [DevelopMentor] #4
Re: Authenticating Users on an Intranet
Hello [email]adamz90@yahoo.com[/email],
make sure the user has at least read ACLs on the NTFS files...that should
help :)
cheers
---------------------------------------
Dominick Baier - DevelopMentor
[url]http://www.leastprivilege.com[/url]
> Dominick,
>
> Thank you kindly for the quick response. I do have the Authentication
> Mode="Windows" and anonymous access unchecked (I have Integrated
> Windows checked). However, when I request the page, I get the log in
> dialoug box. I am hoping to bypass the log in dialoug all together.
> Any thoughts?
>
> Thanks again in advance.
>
> Adam
>
Dominick Baier [DevelopMentor] Guest
-
Dominick Baier [DevelopMentor] #5
Re: Authenticating Users on an Intranet
Hello [email]adamz90@yahoo.com[/email],
i assume you have a domain environment?
---------------------------------------
Dominick Baier - DevelopMentor
[url]http://www.leastprivilege.com[/url]
> Dominick,
>
> Thank you kindly for the quick response. I do have the Authentication
> Mode="Windows" and anonymous access unchecked (I have Integrated
> Windows checked). However, when I request the page, I get the log in
> dialoug box. I am hoping to bypass the log in dialoug all together.
> Any thoughts?
>
> Thanks again in advance.
>
> Adam
>
Dominick Baier [DevelopMentor] Guest
-
Brock Allen #6
Re: Authenticating Users on an Intranet
If they're using FireFox then they'll still get prompted. I think there's
a plug-in somewhere for FireFix to pass the integrated windows credentials
automatically... If this is your problem, I'd go google for the plug-in.
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> Dominick,
>
> Thank you kindly for the quick response. I do have the Authentication
> Mode="Windows" and anonymous access unchecked (I have Integrated
> Windows checked). However, when I request the page, I get the log in
> dialoug box. I am hoping to bypass the log in dialoug all together.
> Any thoughts?
>
> Thanks again in advance.
>
> Adam
>
Brock Allen Guest
-
adamz90@yahoo.com #7
Re: Authenticating Users on an Intranet
Dominick,
Again, thanks for your quick feedback. The users do have read ACLs on
the folder where the application is, and yes, we have a domain
environment.
I am not sure what's going on.
Adam
adamz90@yahoo.com Guest
-
adamz90@yahoo.com #8
Re: Authenticating Users on an Intranet
Thanks Brock, but we are using IE. - Adam
adamz90@yahoo.com Guest
-
Dominick Baier [DevelopMentor] #9
Re: Authenticating Users on an Intranet
Hello [email]adamz90@yahoo.com[/email],
Try turning on Auditing for all logon events and object access in your web
app...
maybe that gives you some hints
---------------------------------------
Dominick Baier - DevelopMentor
[url]http://www.leastprivilege.com[/url]
> Thanks Brock, but we are using IE. - Adam
>
Dominick Baier [DevelopMentor] Guest
-
adamz90@yahoo.com #10
Re: Authenticating Users on an Intranet
The web server is on a Win 2000 machine while the development machine
is a Win XP Pro machine. Does that make any difference?
Dominick, thank you kindly for the feedback. Greatly appreciate it.
Adam
adamz90@yahoo.com Guest



Reply With Quote

