Comments on: Configuring Forms Based Authentication in SharePoint 2016 and SharePoint 2019 – Part 4 – Adding Users to the Membership Database https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/ Tips on .Net, SQL Server, Sharepoint & AI Tue, 08 Apr 2025 08:42:43 +0000 hourly 1 https://wordpress.org/?v=6.3.5 By: Zac https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-41122 Tue, 08 Apr 2025 08:42:43 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-41122 Hi Chris, I’m not sure if you still look at the blog. I have run through the instructions and have completed each step but on step 4 when I try to deploy the wsp using the powershell I get the ……. Progress indicators which never complete or if I try manually to activate the solution it never completes. I have a fresh install of SharePoint SE patched to kb50002681. I am wondering if the solution is still compatible. The FBA is seams to be working as I get the correct fba login box. Any thoughts

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38868 Fri, 21 Jan 2022 02:28:37 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38868 In reply to CVP.

You shouldn’t get an error if you edit a user created in a separate site collection. The user’s profile is stored in each site collection though, so changes to profile fields don’t carry between site collections (This is what SharePoint’s User Profile Sync does for AD users).

If you are getting errors in this situation, maybe post screenshots/more details in https://forums.visigo.com.

]]>
By: CVP https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38867 Thu, 20 Jan 2022 18:42:34 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38867 has anyone enabled FBA user management for multiple site collections within the same web application? how do you deal with not knowing where a user was created? for example….

Root level
Site collection A
Site collection B
Site collection C

All users will show up anywhere you are accessing the FBA User Management. You will get an error if you try editing a user that was not created in the same site collect as where you are currently.

Would love to hear if others have addressed this before and how.

Thank you!

]]>
By: James https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38864 Thu, 17 Jun 2021 09:27:23 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38864 Hello, just for info, I had this exact same issue..

I double checked my machine.config and web.config, everything was fine…

But I figured it out, I forgot that I had 2 differents users for my web Apps, and they didn’t had the “db_owner” rights on the FBADB SQL Server…

Good luck everyone,

And thank you a lot for this perfect guide

James

]]>
By: James https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38863 Thu, 17 Jun 2021 09:27:08 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38863 In reply to Alex.

Hello, just for info, I had this exact same issue..

I double checked my machine.config and web.config, everything was fine…

But I figured it out, I forgot that I had 2 differents users for my web Apps, and they didn’t had the “db_owner” rights on the FBADB SQL Server…

Good luck everyone,

And thank you a lot for this perfect guide

James

]]>
By: Alex https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38817 Fri, 22 Nov 2019 11:24:23 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38817 In reply to Alex.

Ignore this as well. It was a typo in the connection string in the machine.config.
Sorry for the spam.
Chris thanks again for your great guide

]]>
By: Alex https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38816 Fri, 22 Nov 2019 10:32:53 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38816 In reply to Alex.

I’m pasting here how my web application’s web.config section for the membership and roles is as it did not appeared in my latest response:

]]>
By: Alex https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38815 Fri, 22 Nov 2019 10:23:30 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38815 In reply to Nigel.

Hi Chris,

Thanks as well for your reply.

I am having the same issue as Nigel. I also triple checked the machine.config, the SecurityToken’s web.config, the authentication provider in the Central Admin and the database rights. We have only one server in our DEV environment.

What else may I have missed? Question: Do I maybe have to change something in the web.config of the web application as well?
It is really strange to me that in the web application’s web config the default provider is ‘i’ and not the ones that I have added. Example my web application’s web.config:

Is this correct?

Thnk you in advance,
Alex

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38810 Mon, 07 Oct 2019 22:13:54 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38810 In reply to Mohamad Najia.

I haven’t heard of this before. Maybe IE is setup to go through a proxy and others aren’t? Have you tried on a non-work computer with IE?

Other suggestions would be to open up the IE Dev Tools (F12) to see where the errors are occurring during authetication – that might give you a hint to the problem.

]]>
By: Mohamad Najia https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-4-adding-users-to-the-membership-database/#comment-38809 Mon, 07 Oct 2019 18:05:08 +0000 http://blogs.visigo.com/chriscoulson/?p=325#comment-38809 great article.
However am facing an issue only with IE 11 is not able to authenticate?
All other browsers are working fine.
Any ideas?

]]>