RE: membership and redirect of unauthenticated requests
- From: lukezhan@xxxxxxxxxxxxxxxxxxxx (Luke Zhang [MSFT])
- Date: Thu, 15 Jun 2006 07:29:26 GMT
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.)
.
- Prev by Date: Re: authentication mode for specific files?
- Next by Date: Re: Unable to establish secure connection with the server
- Previous by thread: authentication mode for specific files?
- Next by thread: RE: membership and redirect of unauthenticated requests
- Index(es):
Relevant Pages
|
|