Our SharePoint 2013 is using both Windows Authentication and ADFS 2.0/TFIM to authenticate. Having a dropdown to select which method to authenticate (especially after having logged into a Windows domain) is, to put it bluntly, very annoying.
Is it better to
A. Disable Windows Auth and have ADFS do all authentication?
- Is there a way to then bypass the ADFS dropdown using a specially crafted URL?
- This also breaks search, what is the best supported way of resolving this?
B. Put custom code in that auto-detects passing of Windows credentials and/or ADFS credentials?
- Are there samples of this custom code anywhere?
Thanks.