Category: Forms Based Authentication
-
Configuring Forms Based Authentication in SharePoint 2013 – Part 2 – Adding users to the Membership Database
Configuring forms based authentication (FBA) in SharePoint 2013 is very similar to SharePoint 2010, but there are some differences due to SharePoint 2013 using .Net 4.0. The web.config entries entries are slightly different. As well, IIS doesn’t support editing .Net 4.0 membership provider configuration through the IIS interface, so all of the configuration has to…
-
Configuring Forms Based Authentication in SharePoint 2013 – Part 1 – Creating the Membership Database
Configuring forms based authentication (FBA) in SharePoint 2013 is very similar to SharePoint 2010, but there are some differences due to SharePoint 2013 using .Net 4.0. The web.config entries entries are slightly different. As well, IIS doesn’t support editing .Net 4.0 membership provider configuration through the IIS interface, so all of the configuration has to…
-
Bulk Delete ASP.NET Membership Users
Below is a SQL script that can be used to delete a list of users from an ASP.NET membership database. It retrieves a list of users into a temporary table and then deletes the users from all the relevant tables in the database.
-
SharePoint 2010 FBA Pack Hits #3 in Popular Releases on CodePlex
I was pleased to discover today that the SharePoint 2010 FBA Pack is in the 3rd spot for popular releases for the week on the CodePlex home page. It’s nice to see that the SharePoint community is making use of it. http://sharepoint2010fba.codeplex.com/
-
SharePoint 2010 FBA Pack Released
I’ve just released the SharePoint 2010 FBA Pack on CodePlex: http://sharepoint2010fba.codeplex.com/ The FBA Pack is a collection of web parts and tools for managing forms based authentication in SharePoint 2010. It is a port of the SharePoint 2007 CKS Forms Based Authentication Solution to SharePoint 2010. It has been changed extensively to work with SharePoint…