bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
174 stars 48 forks source link

Authentication to on-prem SP using multiple auth types #47

Open bramdejager opened 6 years ago

bramdejager commented 6 years ago

Attempting to authenticate to on-prem SharePoint (2013 or 2016) doesn't seem to work if web application is configured to use multiple authentication types (Windows + SAML in our case).

I believe SPCB code should include ("X-FORMS_BASED_AUTH_ACCEPTED", "f") header as discussed here: https://msdn.microsoft.com/en-us/library/office/hh124553(v=office.14).aspx.

This work item was migrated from CodePlex

CodePlex work item ID: '65179' Assigned to: 'BdeJager' Vote count: '1'

bramdejager commented 6 years ago

[BdeJager@20-9-2016] Have not come across this scenario, but the link to MSDN seems to make sense.

Do you have the option to validate that solution? By downloading the sources and making updates to the authentication and validate it against your environment?

bramdejager commented 6 years ago

[UnknownUser@20-9-2016]