Comments on: Configuring Forms Based Authentication in SharePoint 2016, SharePoint 2019 and SharePoint Subscription Edition – Part 1 – Creating the Membership Database https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/ Tips on .Net, SQL Server, Sharepoint & AI Fri, 15 Dec 2023 05:11:57 +0000 hourly 1 https://wordpress.org/?v=6.3.5 By: Bikram https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-39237 Fri, 15 Dec 2023 05:11:57 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-39237 In reply to Amardeep.

Hey Amardeep, how did you use FBA with AD. Did you make any additional database for that? thanks

]]>
By: Tim https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38885 Thu, 16 Mar 2023 08:00:49 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38885 Hi, is it possible to have FBA users create their own mysites?

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38862 Fri, 04 Jun 2021 12:41:09 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38862 In reply to Alex.

If you’re getting a page runtime error my guess is that there’s a typo somewhere in your config file – maybe not having a matching closing tag or missing quotations or something like that. Though it’s probably best to find out what the error actually is. I’d take a look at the windows event log, I expect it will give you a hint as to what is happening (In this case, I think the error will be in the windows event log, though potentially it is in the sharepoint log file instead).

If you want to test your actual database connection string and membership config values, you can use IIS to test directly with it’s .Net Profiles, Users and Roles pages.

]]>
By: Alex https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38861 Fri, 04 Jun 2021 11:56:27 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38861 Hi,
We are migrating from SP 2013 on a domain to 2019 domainless, whilst trying to use Azure SQL MI. SharePoint 2019 is working using Azure SQL MI, however I cannot get forms authentication working. After performing the install i then change the webconfig however then i get an page runtime error, I believe this is due to the webconfig connection string and SQL authentication (as there is no windows authentication with Azure SQL MI).
Using the connection string from Azure would be:
Server=tcp:example01.asddef38aw60e.database.windows.net,1433;Persist Security Info=False;User ID={your_username};Password={your_password};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;
so example of string i am trying is:

Do you know if this is correct or point me in right direction.

]]>
By: Configuring Forms Based Authentication in SharePoint 2016 and SharePoint 2019 - Part 3 - Configuring SharePoint - Chris Coulson's Developer Notes Chris Coulson's Developer Notes https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38769 Mon, 24 Dec 2018 14:27:46 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38769 […] Part 1 – Creating the Membership Database […]

]]>
By: Configuring Forms Based Authentication in SharePoint 2016 and SharePoint 2019 - Part 4 - Adding Users to the Membership Database - Chris Coulson's Developer Notes Chris Coulson's Developer Notes https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38767 Mon, 24 Dec 2018 14:25:28 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38767 […] Part 1 – Creating the Membership Database […]

]]>
By: Configuring Forms Based Authentication in SharePoint 2016 and SharePoint 2019 - Part 2 - Editing the Web.Config Files - Chris Coulson's Developer Notes Chris Coulson's Developer Notes https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38764 Mon, 24 Dec 2018 14:14:57 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38764 […] Part 1 – Creating the Membership Database […]

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38751 Mon, 03 Dec 2018 16:22:16 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38751 In reply to Lon Ramsey.

The full name is stored in the user’s user profile in the SharePoint site collection. If you upgrade an existing site collection from SP2010 to SP2016, these user profiles should upgrade along with it (though any new site collection will not have the user profile information).

For an existing site collection, one possibility could be that when the user is logging in they are being identified as a new user instead of an existing user, so are getting a new user profile. SharePoint’s full internal username is a combination of the membership provider name + the username – so if the name of the membership provider changed between 2010 and 2016, all users will be treated as new users until you change the membership provider name back to what it was in 2010 (you can also perform a user ‘migration’ to change the internal name of the users to match the new membership provider name – but it’s much easier just to change the membership provider name).

]]>
By: Lon Ramsey https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38750 Mon, 03 Dec 2018 14:21:38 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38750 We transferred the database from SP2010 to SP2016, but the user’s Full Name appears to have been lost. Where is the Full Name stored?

Thank you,
Lon

]]>
By: Amardeep https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2016-sharepoint-2019-part-1-creating-the-membership-database/#comment-38722 Mon, 11 Jun 2018 18:02:15 +0000 http://blogs.visigo.com/chriscoulson/?p=297#comment-38722 In reply to Chris Coulson.

Hello,

I have confgiured FBA with AD Auth and able to login to share point with FBA.
But I can allow only one OU in all web.config. I have multiple OU and I want all those access FBA.

Please help how to add multiple OU.

Role Manager-

]]>