I've got a Sharepoint 2010 Server and on the same virtual machine ADFS 2.0. (It's a testing environment)
The Problem is, that sharepoint people picker doesnt show the claims when searching. These things on the left side, you know.
I also configured a role claim which is missing too. If i enter a email adress without opening the picker i can select the claim, and the login with the selected user works.
This are the configured ClaimMappings:
ClaimTypes : {
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress,
http://schemas.microsoft.com/ws/2008/06/identity/claims/role }
HasClaimTypeInformation : True
ClaimTypeInformation : {EmailAddress, Role}
And this is my ADFS Claim Rule
E-Mail-Addresses -> E-Mail Address
Token-Groups - Unqualified Names -> Role
I used several step by step guides. But none did help. Acording to them all you have to do is to configure the role mapping like described here
Any Ideas what went wrong?
