MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

MOSS Extranet Forms auth. and UserProfiles

  Asked By: Keaton Boyle         Date: Apr 13, 2006      Category: MOSS      Views: 218
 

I am trying to configure a MOSS site using Forms based authentication.
I was able to login using ASPSQLProvider account just fine. But, I am
not able to configure User Profiles, My Sites for these accounts. Is it
possible? Internet users need to have a user profile, and My Site.
Please help me if anyone had success doing this or know how to do this.
I could not find any documentation around this configuration.

Tagged:            

 

2 Answers Found

 
Answer #1       Answered By: Jaime Weaver          Answered On: Apr 13, 2006       

To communicate with your new ASPSQLProvider usernames, try switching
your SharedServices application to forms  authentication as well.
this will require you to put the connection strings and membership
provider information in the web.config file for the Shared Services
app in the same way you did for your main application.

this will allow your shared services (which hosts your profiles,
audiences, etc) to recognize the SqlMembership provider, along with
any users  you already have going.

 
Answer #2       Answered By: Damon Garner          Answered On: Apr 13, 2006       

I added connectionstrings in web.config, and even configured default
zone on the SSP web application to ASPNETSQLPROVIDER. I changed site
collection administrators for SSP web application. No luck yet. I get
Access Denied, when I go to certain pages within SSP management
(_layouts).Irrespective of SSP web application configuration, the
User Profiles can either read from AD, LDAP, or BDC.
Any further configuration  that I may be missing? Or do we know that
User Profiles, MySites for FBA works?

 
Didn't find what you were looking for? Find more on MOSS Extranet Forms auth. and UserProfiles Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].