Re: Authentication Using ADAM ?



Those service all require Windows or Domain authentication by default, ADAM provides ADAM authentication only which is useful inside of ADAM or for applications that don't need Windows auth (i.e. they just need a password authenticated, they don't need a security token usable outside of ADAM).

Anything where you can insert yourself into the auth process you have the ability to call out to ADAM to perform the auth. So for example, with IIS, you could use anonymous auth within the app but still ask for userid and password in a form and send those as an LDAP Req to ADAM. Alternatively you could use a subauthentication DLL that does something similar. Either way, that would kind of suck because LDAP is not an auth protocol, it is a data access protocol that just happens to have to support a form of auth so you can have relatively secure access to the data.

joe


--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net


---O'Reilly Active Directory Third Edition now available---

http://www.joeware.net/win/ad3e.htm



Vicky wrote:
Hi All,

Just wish to know if i could use ADAM in a workgroup, instead of AD in a windows domain based network to have user authentication performed for windows services (running on win 2000/2003 server) such as RAS, VPN, IIS, CA, TS, Remote Desktop + many other windows services etc

Thanks

Vicky
.



Relevant Pages

  • Re: adam bind-redirect
    ... a third party doing authentication) then the proxy-redirect isnt an option. ... could benefit from bind redirect/User Proxy Object ... >> Our Adam will have a user store where we put custom user attributes. ... > Integrated authentication gives you a Windows security context ...
    (microsoft.public.windows.server.active_directory)
  • Re: ADAM Hell
    ... I'd say that DNN is trying to use Windows authentication ... to bind to ADAM instead of simple bind. ... Another way to get around with would be to create a Windows user on the ADAM ...
    (microsoft.public.windows.server.active_directory)
  • Re: Authentication Redirect to login doesnt work
    ... If you are using windows/basic auth in IIS - IIS will do the authentication ... you set IIS to do no authentication - and do it yourself ... windows integrated for windows NT auth. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: About ADAM , replication and authentication.
    ... On authentication, ... To authenticate as a Windows user, you supply a username, password and ... If you have adam users, you can use just user DN and password (or SPN, ... >>> another server a replica. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Authentication Using ADAM ?
    ... able to tell me a couple of 3rd party app name those would use ADAM. ... Joe Richards Microsoft MVP Windows Server Directory Services ... ADAM provides ADAM authentication only which is useful inside of ADAM or ... Anything where you can insert yourself into the auth process you have ...
    (microsoft.public.windows.server.active_directory)