Quick Disclaimer: I've seen similar questions posted for 2010 like this but I just want to be sure I get the right answer for our 2013 environment:
We have an SP2013 environment with a Web App that has both SAML and Windows Authentication/Active Directory. When we put names in the people picker, an entry appears for each claim provided by SAML. Even if we put an existing AD user, we will also get multiple entries for the SAML Claims.
Example: We want to lookup Smith, John (an existing AD user),people picker returns the following:
- Smith, John (DOM) - Active Directory Lookup
- Smith, John - SAML Provider - SAML Role Claim
- Smith, John - SAML Provider - SAML Email Claim
My first question is can we limit the number of entries returned?