I am building a PoC for a client and as I am new to ADFS I have run into the usual issues, now I have it working but (perhaps due to multiple configuration issues I had) I have three SAML providers displayed in the people picker but I have only one STS configured in SharePoint2010 (verified with Get-SPTrustedIdentityTokenIssuer). When I select each once and Edit the object the account attribute resolves to:
- i:05.t|(contoso sts) logon.contoso.com|danielw@contoso.com
- c:0-.t|(contoso sts) logon.contoso.com|danielw@contoso.com
- c:0g.t|(contoso sts) logon.contoso.com|danielw@contoso.com
I know by now that only the first entry will work in my environment as it will also retrieve the email address attribute of the user, the other two do not.
Question: How can I remove the other two entries?
MarkL