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 ...
1
vote
2answers
139 views

Sharepoint 2010 - FBA provider count and iterate

My SP web application use FBA authentication (AD and aspnetSQLmembership providers). Requirement : I want the count of providers and display name for the provider.After that i want to check if user ...
7
votes
1answer
758 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 ...
0
votes
2answers
528 views

How we can change the existing Window Membership Provider to Claims Based Authentication in SharePoint 2010?

Will any one help me to tell how we can change the existing Membership Provider to claims based authentication. Thanks
0
votes
2answers
2k views

Why i am getting a Following error while implementing Custom Membership Provider in SharePoint 2010?

implementing custom membership provider in sharepoint 2010 I am getting the following error. I am getting this error in the following page. http://home:55555/_admin/WebApplicationList.aspx? I copy ...