Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

FBA multiple authentication providers

  Asked By: Anil Hirani         Date: Jan 05, 2009      Category: Sharepoint      Views: 479
 

My client has a FBA site, and want to add another authentication providers so
one is against ADAM and the other agaist SQL. Both are on a same web applicatin.
Has anyone done this before, is this possible?

Tagged:        

 

6 Answers Found

 
Answer #1       Answered By: Shashwat Takle          Answered On: Jan 05, 2009       

I'm sure it's been done. I would imagine that you just need to add  the
connection strings and membership and role providers  to the appropriate web
configs. You will likely have to extend the web  application again for the new
Authentication scheme also.

 
Answer #2       Answered By: Aastha Acharya          Answered On: Jan 05, 2009       

if I extend again, then I have to use a different URL. This is an issue to users
since they have to remember two sites. Also the client  intention is to implement
some failover, this is, if SQL fails, it can pick up from ADAM.

any more suggestions?

 
Answer #3       Answered By: Glenda Roth          Answered On: Jan 05, 2009       

To use the same URL with two different authentication  systems you will need to
write a single custom authentication provider that can talk to both back end
systems.

 
Answer #4       Answered By: Jada Clemons          Answered On: Jan 05, 2009       

You can only have one authentication  provider per ZONE. To add  another FBA
provider you will need to either extend the web  application to another zone or
write a custom authentication provider that works with both ADAM and SQL.

 
Answer #5       Answered By: Brooke Lewis          Answered On: Jan 05, 2009       

I will look how I can utilize LDAP
membership and ASP membership providers  in custom code, if anyone has done this
before, I would appreciate any help.

 
Answer #6       Answered By: Talia Johns          Answered On: Jan 05, 2009       

Take a look at the following MSDN article.

msdn.microsoft.com/en-us/library/aa479048.aspx

 
Didn't find what you were looking for? Find more on FBA multiple authentication providers Or get search suggestion and latest updates.


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