Comments on: Configuring Forms Based Authentication in SharePoint 2013 – Part 4 – Configuring SharePoint https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/ Tips on .Net, SQL Server, Sharepoint & AI Sat, 11 May 2019 02:30:39 +0000 hourly 1 https://wordpress.org/?v=6.3.5 By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38797 Sat, 11 May 2019 02:30:39 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38797 In reply to Nick Chapman.

Is it a script error or a server error? What’s the error? You should be able to get details from the browser developer console + network tab. If it’s a server error, you can get the details from the sharepoint log file. It does seem strange that it only happens on one server. Did somebody maybe modify the config file on the one server. The contents of the server folders on each server should be close to identical – if the error messages don’t help much, i’d probably diff between the folders on the different servers to see if there are file differences. Another thing you can try is running psconfig on the server to see if it fixes up any issues. Also, make sure you’re at the same patch level on all servers – maybe try installing the latest CU on all servers.

]]>
By: Nick Chapman https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38795 Fri, 10 May 2019 09:22:03 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38795 Hi Chris,

Not sure if you could assist me with a rather strange issue?

We have a SharePoint 2016 on premise Farm which is configured for FBA and windows authentication (we have a web applications and an extended web applications), on only 1 of the Web applications (We have 4 in total) when we go to save an office document via save as and then browser to the SharePoint site\library we get a script error, what has really thrown me is we do not get this error on the other web applications or again in our test environment, if I browse to the site using the extended web application address everything works fine, which leads me to assume the issue lies somewhere in the Web app settings\configuration, I have gone through all you articles to check the config files and tried as best I can to compare the working ones against the failed one but I am struggling to see any discrepancies? Could you help in anyway?

Thanks
Nick

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38787 Sun, 17 Mar 2019 04:25:48 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38787 In reply to Talha.

Configuring FBA should not prevent SharePoint Designer from working. Does everything else work? Do you get a certain error message?

]]>
By: Talha https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38786 Tue, 12 Mar 2019 17:47:49 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38786 after implementation of fba my site does not open in sharepoint designer kindly guide me about solution ?

]]>
By: azhar ali buttar https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38737 Tue, 17 Jul 2018 07:57:19 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38737 while working on my share point app, had the error. PFarm property CustomAppRedirect value is false or not set. Used ULSViewer to detect the problem and found the solution at under given URL.

https://www.windowstechupdates.com/spfarm-property-customappredirect-value-is-false-or-not-set/

I hope this will help someone

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38736 Fri, 06 Jul 2018 00:52:13 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38736 In reply to Ravi Singh.

I’m not sure off the top of my head. I’d say make sure that the domain isn’t changing when switching to these different pages – as the auth cookie will be saved based on the domain being accessed. Otherwise i’d probably use the network tab in the chrome dev tools to debug what is going on.

]]>
By: Ravi Singh https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38733 Wed, 04 Jul 2018 05:40:37 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38733 Hi Chris,

Sorry to bother you again.

I have extended my web application on another url with form based authentication settings. I am accessing site as a windows user. whenever I am accessing new library, settings page or anything else, it is showing me login screen again. Can you help to resolve the issue. I think system is not retaining login token in browser.

Your response is highly appreciated

Regards

Ravi

]]>
By: Ravi Singh https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38732 Wed, 04 Jul 2018 05:36:34 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38732 Thanks a lot Chris, its working fine for me. I made changes in PeoplePickerWildcards.

Regards,

Ravi

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38731 Thu, 28 Jun 2018 14:36:11 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38731 In reply to Ravi Singh.

If the FBA Pack user management tools work fine in UAT, you should have things configured correctly. Can you add users to SharePoint groups on SharePoint’s People and Groups page? If everything’s working in development maybe compare the ‘PeoplePickerWildcards’ section of the web.config between Dev and UAT.

]]>
By: Ravi Singh https://blogs.visigo.com/chriscoulson/configuring-forms-based-authentication-in-sharepoint-2013-part-4-configuring-sharepoint/#comment-38730 Thu, 28 Jun 2018 05:26:35 +0000 http://blogs.visigo.com/chriscoulson/?p=177#comment-38730 Hi Chris,

I have configured FBA in my development environment and it is working fine. I have extended one of my web application into internet zone. It was single box installation and people picker is able to detact FBA users.

I made the same change in UAT and things looks good to me. I am able to add users for FBA also.

When I am trying to share document with FBA user people picker is not showing FBA user. In my UAT I have 2ASs and 2WFEs. Do I need to configure something to get these users in UAT.

Regards

Ravi Singh

]]>