Forum Discussion
I need a guide for SP2016 on prem setting up WAP and ADFS
- MIS DepartmentOct 27, 2017Copper Contributor
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?
- Oct 27, 2017
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.
- Benjamin BartelsOct 12, 2017Copper Contributor
We're using Windows Auth with NTLM (not Kerberos).
I didn't think SAML was available on 2016. It's also my understanding that 2016 is claims based authentication only. But, whatever... We also saw an article that lead us to believe that we may have to set up SP2016 with Trusted Identity provider. I did this in the past with a 3rd party provider and hope to not have to do it with WAP.
Questions we ran into:
1) From the WAP side, do we provide access via passthrough or ADFS pre-authenticated?
2) I've seen articles showing that you have your LAN intranet access (inet.company.com). And when you WAP your external access, you have to have a different subdomain (enet.company.com) via alternate access mappings. Is this the case? Can't my external portal be the same subdomain as internal (provided that the DNS entries are correct)?
| It's a simple process...
I'll let the team now. ;) We've been sort of banging our heads against the wall here.
- Oct 13, 2017SAML is a form of Claims, and yes it is available but comes with some UX issues (namely the People Picker will resolve any value you put into it, though that's solved by solutions like http://ldapcp.com/).
Anyhow, you still must join WAP to the domain, configure Kerberos on the SharePoint Web Application and implement KCD between WAP and the SharePoint service account(s). That's outlined on a post I created years ago at https://thesharepointfarm.com/2014/02/sharepoint-and-the-web-application-proxy-role/.
As for authentication, it will be ADFS Pre-Auth.
For URLs, no you don't have to have a different URL as long as the FQDN is resolvable from the outside world (which would point to the IP for WAP).