Re: Newbie Windows Authentication, IIs and Intranet vs Internet users.
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 10/06/04
- Next message: WenJun Zhang[msft]: "Re: Permission to ask Active Directory"
- Previous message: Bernard: "Re: Standalone IIS Server prompts for authentication when using Domain Anon User Acct"
- In reply to: Gramps: "Newbie Windows Authentication, IIs and Intranet vs Internet users."
- Next in thread: Tom Kaminski [MVP]: "Re: Newbie Windows Authentication, IIs and Intranet vs Internet users."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 6 Oct 2004 14:54:32 +1000
The easiest way to do this is to:
a) Change the IIS configuration to not allow "anonymous authentication", and
require some other kind of authentication instead (eg Basic, Integrated,
Digest). Read this for more information:
http://www.adopenstatic.com/resources/books/293_CYA_IIS6_05.pdf
b) Change your Application Programming Environment to use IIS'
authentication system. For ASP apps you don't need to do anything. For
ASP.NET apps, you can toggle Windows authentication on in your web.config
file. If you are using Cold Fusion or something else you may need to take
other steps.
Cheers
Ken
"Gramps" <simon_hooker@iprimus.com.au> wrote in message
news:uvLSId1qEHA.348@TK2MSFTNGP15.phx.gbl...
> Hi,
>
>
> My requirement is to verify that a Windows logged-on user is permitted to
> access a given intranet application hosted on IIS
>
> I am to write this Web app.
>
> 1) Is there a best practice approach to this?
> 2) Do user accounts get stored in Db of the new web app? If so, how is
> this affected by a user changing their Windows password?
>
> 3) I've read doco on authentication, anonymous etc and determined that if
> web application is accessed only from the company intranet then Windows
> Authentication seems possible and without storing account info locally to
> new web app.
> - Is this correct?
> - Can the web app be restricted to certain users rather than all valid
> windows accounts?
>
>
> 4) How does windows authentication fit with those users at home say, with
> a dial-up internet connection, trying to access the web app?
>
>
> Thanks.
>
>
>
>
- Next message: WenJun Zhang[msft]: "Re: Permission to ask Active Directory"
- Previous message: Bernard: "Re: Standalone IIS Server prompts for authentication when using Domain Anon User Acct"
- In reply to: Gramps: "Newbie Windows Authentication, IIs and Intranet vs Internet users."
- Next in thread: Tom Kaminski [MVP]: "Re: Newbie Windows Authentication, IIs and Intranet vs Internet users."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|