0
votes
0answers
82 views

Claims FBA with a remote active directory membership provider

I plan on setting up Claims FBA using the AD membership provider, but I would like to use a AD Domain that is remote (not the domain that the SP Farm lives on). Is this possible? Is it any different ...
2
votes
1answer
115 views

pickerentity.key with Claims

In a Sharepoint 2010 page, I am using a people picker to pick users or groups, SPgroups as well as Active directory groups. I am then retrieving every item that was picked as a PickerEntity.Key which ...
6
votes
2answers
191 views

How to configure AD to enable SharePoint users to authenticate with username@custom.com rather than domain\username?

How can I configure Active Directory to enable SharePoint users to authenticate with username@custom.com rather than domain\username? I have done this before and by adding an item to the select box ...
0
votes
1answer
159 views

Claims authentication with AD

I'm very new at this claims based authentication, and I just set up a sharepoint site with claims, with FBA access through a regular asp.net membership db. This works just fine. What I now need is ...
3
votes
2answers
317 views

How can I map a user authenticated via Claims Authentication to Active directory account?

I have a user that is logged into SharePoint via Claims Authentication and a custom STS. This provides the following claims: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authentication ...
7
votes
1answer
736 views

Claims and ADFS - EnsureUser throws SPException on user who exists

I have setup a web app in SP2010 with ADFS and NTLM authentication enabled. We have code that runs SPUser.EnsureUser() that fails looking up a user account that exists in the hidden user list ...