Re: Login to a different domain from ASP.NET application
Have you tried using Win32 LogonUser?
-----
Dominick Baier (
http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (
http://www.microsoft.com/mspress/books/9989.asp)
Hello all,
I've got a problem with the authentication of my ASP.NET application.
The question is how to authenticate in a NT domain from my ASP.NET
application placed on a different domain which is trusted (trusting)
to it. The trusted relationship are in both sides (from NT domain to
Active Directory Domain and on the other hand).
The only trouble is make a procedutre o function to determinate if an
any user ("user" and "pass" write on the init form) is validated o not
into the NT domain (the application runs on the Active Directory
Domain).
Are there any form to resolve this problem?.
Thanks very much.
.
Relevant Pages
- R: Active Directory password external use
... as far as now I had some applications I wanted to make work with AD ... authentication to simplify user's day by day work. ... are many programs supporting Active Directory authentication, ... Le informazioni contenute in questo messaggio sono riservate e ... (Focus-Microsoft) - R: Active Directory password external use
... as far as now I had some applications I wanted to make work with AD ... authentication to simplify user's day by day work. ... are many programs supporting Active Directory authentication, ... Le informazioni contenute in questo messaggio sono riservate e ... (Focus-Microsoft) - Re: Provide grouped security
... That depends largely on what what user storage schemes you can support and ... what kind of authentication you wish to use for your site. ... want to store your users in Active Directory, then go ahead and do so. ... applications and simply configure the authorization elements for each ... (microsoft.public.dotnet.security) - RE: FormsAuthentication ReturnUrl - need it to be Absolute
... I understand you have multiple ASP.NET applications ... which are using forms authentication to protect the application. ... the forms authentication cookie across multiple applications, ... If the forms authentication cross site support doesn't suit your scenario. ... (microsoft.public.dotnet.framework.aspnet) - Re: Active Directory authorization
... AD should be fine as a source for authentication for your web service. ... The easiest way to use AD for authentication is to just use the transport layer authentication schemes built in to IIS. ... For app level authorization, I'd suggest checking out Microsoft's Authorization Manager framework. ... every applications. ... (microsoft.public.windows.server.active_directory) |
|