If somebody like the post and its helpful in your work then, add comments.

Sunday, May 30, 2010

Form Based Authentication in SharePoint 2010 RTM

 

Coming Soon….

Thursday, May 20, 2010

Forms Authentication in SharePoint 2007

SharePoint 2007 and MOSS 2007 are built on ASP.Net 2.0 which means they can leverage many of the same features of ASP.Net 2.0 including the AspNetSqlMembershipProvider for use with Forms Based Authentication. There are great guides to configuing FBA: Andrew Connell had the best article first.

Patches in the Configuration of FBA.

1. Creating Two Web Applications on same port

When we Creating Two Web Applications, One For Each Authentication Mechanism on same port(As 80) then you have to add host headers from which the application will be browsed. But the when you create the web application with host headers(as extranet or internet) then the URL does not resolved. It will does not display your site. To resolve this you have add DNS entry for that and also configure AAM for the same.

VISIOITPro000



VISIOITPro001

Alternate Access Mapping

VISIOITPro002

2. Login prompt for site collection

When we create site collection and above all settings done, then it prompts for the login. But after giving credentials it again and again prompts for the credentials and we cannot browse over site.

After goggling on this issue I have found solution of this issue at one link.

In order to fix this authentication prompt issue on any machine, disable the loopbackcheck on the server. Its a issue with IE due to security update. Please follow below steps to disable loopbackcheck:
  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.

At above all the configuration steps I think It would help you in configuring FBA on SharePoint 2007.