Re: User Identity

From: Kevin Spencer (kspencer_at_takempis.com)
Date: 07/28/04


Date: Wed, 28 Jul 2004 16:24:48 -0400

Hi Joe,

You've got 2 choices: 1. Allow anonymous access. 2. Don't allow anonymous
access. If you want certain parts of the site to be only for intranet users,
I would suggest putting them on a separate web or sub-web (separate
application).

-- 
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"Joe" <anonymous@discussions.microsoft.com> wrote in message
news:5f0e01c474da$6c831900$a301280a@phx.gbl...
> Kevin,
>
> I have made the changes accordingly, but what happens
> when my application is deployed on a server to be
> accessible for all the people in the intranet.
>
> The dialog would come up for all the users.Is there a way
> to bypass this.
>
>
>
> >-----Original Message-----
> >Authentication method is in the Properties dialog of
> your web site in the
> >IIS snap-in. You need to disallow anonymous access, and
> use Windows
> >Integrated Authentication.
> >
> >In the user's IE, in the Security tab of the Internet
> Options dialog,
> >clicking "Custom Level" will bring up a detailed dialog
> of settings. At the
> >bottom is "User Authentication." Set it to automatically
> log in with current
> >User Name and Password. This will stop the dialog from
> coming up, as long as
> >the user is logged into the domain that the server is
> using.
> >
> >-- 
> >HTH,
> >Kevin Spencer
> >..Net Developer
> >Microsoft MVP
> >Big things are made up
> >of lots of little things.
> >
> >"Joe" <anonymous@discussions.microsoft.com> wrote in
> message
> >news:5c3c01c474b6$12285700$a301280a@phx.gbl...
> >>
> >> Kevin,
> >>
> >>  Could you please point me to some examples/explain
> how I
> >> can set Windows Integrate Authentication for my
> >> application.
> >>
> >> I can only see a check box for the same in IIS which is
> >> ticked but the user still gets a username/password
> dialog
> >>
> >> could you kindly explain the process
> >>
> >> Thanks a lot for your help
> >>
> >> Regards
> >>
> >> Joeseph
> >>
> >> >-----Original Message-----
> >> >> what happens when I make a setup and this is
> deployed
> >> on
> >> >> the server.Is it anonymous access by default on the
> >> >> server.
> >> >
> >> >These permissions are managed by IIS. By default, web
> >> sites in IIS allow
> >> >anonymous access.
> >> >
> >> >> If so how can I authorize users in an intranet to
> >> access
> >> >> the web page without the username/password dialog
> >> coming
> >> >> up and at the same time get the NT Login of the user
> >> >
> >> >Use Windows Integrated Authentication.
> >> >
> >> >-- 
> >> >HTH,
> >> >Kevin Spencer
> >> >..Net Developer
> >> >Microsoft MVP
> >> >Big things are made up
> >> >of lots of little things.
> >> >
> >> >"Joe" <anonymous@discussions.microsoft.com> wrote in
> >> message
> >> >news:5b5a01c474ab$9f70dca0$a301280a@phx.gbl...
> >> >>
> >> >> Thanks a lot guys, Everyone was logging in
> anonymously
> >> >>
> >> >> I have 2 more questions and would appreciate if you
> >> guys
> >> >> could answer
> >> >>
> >> >> what happens when I make a setup and this is
> deployed
> >> on
> >> >> the server.Is it anonymous access by default on the
> >> >> server.
> >> >>
> >> >> If so how can I authorize users in an intranet to
> >> access
> >> >> the web page without the username/password dialog
> >> coming
> >> >> up and at the same time get the NT Login of the user
> >> >>
> >> >>
> >> >> Thanks for all your help
> >> >>
> >> >>
> >> >> >-----Original Message-----
> >> >> >Make sure you uncheck Anonymous access in IIS for
> your
> >> >> vitual directory.
> >> >> >Check Integrated Windows authenticaiton.
> >> >> >
> >> >> >Add <authentication mode="Windows" />  to
> web.config.
> >> >> >
> >> >> >I wouldn't mess with the <allow/deny users> until
> you
> >> >> can read the username.
> >> >> >
> >> >> >HTH,
> >> >> >Greg
> >> >> >
> >> >> >"Joe" <anonymous@discussions.microsoft.com> wrote
> in
> >> >> message
> >> >> >news:5ae901c47491$d4ef77c0$a501280a@phx.gbl...
> >> >> >>
> >> >> >>  I check for the NTLogin of a user by
> >> >> >> Page.User.Identity.Name,
> >> >> >>
> >> >> >> but when I put the app on the server the value
> for
> >> >> >> Page.User.Identity.Name  is ""
> >> >> >>
> >> >> >> I had the <allow users="*/> attribute commented
> out
> >> on
> >> >> my
> >> >> >> machine and had <deny users="?"/>
> >> >> >>
> >> >> >> how do I do this on the server to get the user
> >> NTLogin
> >> >> >> name
> >> >> >>
> >> >> >> thanks
> >> >> >
> >> >> >
> >> >> >.
> >> >> >
> >> >
> >> >
> >> >.
> >> >
> >
> >
> >.
> >


Relevant Pages

  • Re: sharing content database
    ... Both sites have anonymous access and integrated authentication ... The only difference is that they point to separate directories w/ ... Any ideas on how to get intranet to not force authentication until user ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: password access from outside the intranet
    ... Allow anonymous access for Site1, but configure IP address restrictions so ... Authentication for the resource. ... prompted to authenticate since the site will not be in the intranet zone. ... I've got IIS 6 running on win2003 with one website. ...
    (microsoft.public.inetserver.iis.security)
  • sharing content database
    ... Both sites have anonymous access and integrated authentication ... Any ideas on how to get intranet to not force authentication until user ... database with a site that did. ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: unreliable ServerVariables?
    ... Since this is an intranet I and everyone visiting the pages is already ... Evidently this server wants its own authentication. ... back to anonymous access. ...
    (microsoft.public.inetserver.asp.general)
  • Re: Urgent - need help with logging anonymous and Active Dir users without login form
    ... networks behind the same firewall. ... automatically logged in to our intranet in. ... forms authentication for everything. ... the user back to the page the access which initiated the login request. ...
    (microsoft.public.dotnet.framework.aspnet)

Quantcast