Question

im using sharepoint 2010 with claimsAuthentification (SQLMembership Provider)

when user is authentified the first time, sharepoint create automatically a profile for this

user, please how can i avoid this.

thx

Was it helpful?

Solution

You can't with the out of the box SqlMembershipProvider, SharePoint needs to store user data somewhere, it just just hooks into the provider. You would need to write your own MembershipProvider to accomplish this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top