0
votes
1answer
274 views

Trusted Identity Token Issuer - remove claim provider name

I have sharepoint 2010 with ADFS. I also created custom claims provider and set it's name as ClaimProviderName property of SPTrustedIdentityTokenIssuer for ADFS. But now I'd like the default ADFS ...
0
votes
0answers
58 views

Custom claim as group owner

I have a scenario where the SharePoint People Picker is replaced with a custom picker that only ever returns group or person claims backed by our custom Claims Provider. That picker is also used on ...
1
vote
0answers
299 views

Claim Based Authentication user LoginName and People Picker problem

I have a problem with People Picker in my claim based app: From People Picker finds many instance of the same user From Code EnsureUser(Domain\Name) doesn't work at all From Code EnsureUser(email) ...