Forum Discussion
I need a guide for SP2016 on prem setting up WAP and ADFS
Hi Everyone. My name is Carl and I am working with Benjamin who started the post earlier.
We would like to allow external access to our on-prem SharePoint 2016 on Windows Server 2016.
We have a Windows Server 2016 system configured for WAP setup in a DMZ.
We also have a Windows Server 2016 system with ADFS 4.0 on our LAN.
We would prefer not to join our WAP server to the domain.
What are the methods for WAP and ADFS to do this?
If we are using WAP and SAML to pre-authenticate external access can we still use WIA for internal users?
You can either use WIA which requires joining WAP to the domain or use SAML which does not require joining WAP to the domain. To SharePoint, even with the same User object in Active Directory, a user is different if using Windows or SAML. There is no way to "attach" the user objects together.
I'd strongly suggest converting all Web Applications to SAML should you choose to use SAML. Mixing WIA and SAML generally doesn't work out too well. This will also prevent duplicate User Profiles (one Windows Claims, the other SAML) which can lead to failures in OAuth-based applications such as Workflow Manager.
And of course there are user experience issues with SAML, such as resolving anything typed into the People Picker. Tools like LDAPCP help with this, but IMO the experience still isn't as good as WIA.
- MIS DepartmentNov 09, 2017Copper Contributor
I would like to know more about the negative user experience you get when using SAML. I noticed this warning in a few other threads as well.
Do you know any blogs/resources that discuss these issues?
BTW - I'm just a generic IT person who is trying to help the actual SharePoint guy get what he needs.
- Nov 09, 2017Generally it surrounds the People Picker. As there is no source of truth to work off for SAML, the People Picker will accept any value, unlike when using NTLM/Kerberos. One must also change the UPSA to leverage the identity attribute sent via SAML. MMS also has special considerations with regards to migration of permissions, e.g. https://technet.microsoft.com/en-us/library/dn745644.aspx?f=255&MSPPError=-2147217396#MMS.
- Benjamin BartelsNov 09, 2017Copper Contributor
I can understand the people picker issue. I also wondered, if a SharePoint 2016 site were converted from WIA to SAML, are all of the internal references to users (like item lists 'created by', 'modified by') messed up? If they currently reference #0!:domain\FLastname using WIA, do they have to be converted to another format using SAML? If so, that sounds like a scary proposition.
You mentioned that we can remain with SharePoint in WIA, but then we would have to connect WAP to our domain. In doing so, this comes with certain risks of it's own regarding security. Do you feel the security risk to be minimal? Is it something people just don't worry about? Or is there other safeguards that we should consider implementing?
For example, our WAP sits in the DMZ outside the firewall. Should we be looking into specific firewall rules? Special ADFS settings? MIM?
Thanks for you assistance. ... I see you wrote a book about SP2016. I'll suggest to my boss to purchase it.