LDAP vs Windows Authentication

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
5/18/2009 3:00:44 PM
Gravatar
Total Posts 2

LDAP vs Windows Authentication

What difference, if any, is there between LDAP (against Active Directory) authentication and Windows Authentication in mojo portal?

5/18/2009 3:10:06 PM
Gravatar
Total Posts 18439

Re: LDAP vs Windows Authentication

Hi,

Windows authentication can only work on an intranet/private network/vpn, it can't work over the internet. Windows Authentication is great if its an intranet where all the users use IE, there is a way to make it work with Firefox, but it does not work out of the box. If the user is logged into his machine then he is automatically authenticated using IE and Windows auth.

The LDAP/Active Directory authentication can be used to allow users to access a public facing (ie on the internet) or a private facing intranet web site.

For example if the web server and the ldap or ad server are on the same local network, and the web server is dual homed,  (ie it has 2 network cards, one facing the internet and one facing the LAN), then the web site can authenticate against the local ldap/ad server for internet visitors. The actual ASP.NET authentication used is Forms Authentication, but server side code authenticates the user provided credentials against the ldap/ad server.

Hope it helps,

Joe

 

5/18/2009 3:28:30 PM
Gravatar
Total Posts 2

Re: LDAP vs Windows Authentication

     Yes this helps out, thanks. We are planning on creating an intranet instance of MojoPortal and extending it with some custom modules for business function. I discovered MojoPortal while surfing for CMS after trying DNN (too bulky), umbraco, and Rainbow. I felt your portal offered the easiest way for me to add on what we needed.
     If I were to use LDAP for authentication then MojoPortal would only allow someone with an account existing in AD to create an account in MojoPortal? Could I then use the MojoPortal Profile to hold app specific information such as an ID representing one of our 30 sites? I'm still in the exploring phase and am learning a lot from your available documentation. (thanks by the way for the documentation)

5/18/2009 3:35:48 PM
Gravatar
Total Posts 18439

Re: LDAP vs Windows Authentication

Yes, no matter which authentication is used, you can customize user profiles and store custom properties. All roles and permissions are handled internally in mojoportal, ie mojoportal doesn't know about windows roles and permissions, it only knows about whats in the db. So the user signed into windows is signed into the site automatically but its up to you to add him to roles and such.

Hope it helps,

Joe 

You must sign in to post in the forums. This thread is closed to new posts.