I've been trying to work out a way to let users authenticate to SharePoint 2016 server using Facebook. Standard claims authentication won't work because SharePoint only supports SAML 1.1 and Azure federation is not an option. I'm looking at whether OAuth can be used to authenticate users to the entire SharePoint site. From what I've read it seems like it should work but I don't know what the limitations of this approach would be in terms of managing users and permissions in SharePoint.