RE: membership and redirect of unauthenticated requests



Hello Jerry,

Is the stand alone server also in the domain? If not, the domain users are
not able to be authenticated directly. You may need a login form for them
to input user name, password and domain name. In the login form, you may
query AD and verify the user.

For other users (With companion account on the stand alone server) , you
may provide a link on the login form, and pointing to a page with windows
authentication. In this page, set the Context.User:

GenericPrincipal principal = new GenericPrincipal(id, groups);

Context.User = principal;

And then, redirect to other pages.

Regards,

Luke Zhang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

.



Relevant Pages

  • Losing Modal Form
    ... Windows, using Delphi 3. ... Open TermSvcs session, with our application automatically starting, based ... actually see our application in standard configuration, with the login form ... client is running on Windows 2000 Professional, ...
    (microsoft.public.windows.terminal_services)
  • Re: WebBrowser
    ... what type of authentication are we talking about; Windows ... Authentication or just a simple login form? ... Chris Hanscom - Microsoft MVP ...
    (microsoft.public.vb.controls)
  • Custom Login Form for Windows Authentication?
    ... I need to have a custom login form page for a site with Windows ... Authentication and internally i make the 'authentication windows process'. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Modal form doesnt get the focus....
    ... This is actually a bug in Windows API and has been since Windows 3.x How it ... opening a Dialog and then opening another Dialog on top of that. ... application losing focus to the next application in the task list. ... > I show a modal dialog (the login form) and I want to set the focus to ...
    (microsoft.public.dotnet.framework.windowsforms)
  • RE: Forms authentication and latest patch for XP (non-SP2)
    ... > writing. ... It worked fine until I installed today's patch for Windows XP (we ... > login form, ... > to make sure that I don't run into this when deploying to my Windows Server ...
    (microsoft.public.dotnet.framework.aspnet.security)