Tagged Questions
0
votes
0answers
27 views
Why to implement FBA with LDAP
I have to create custom login page for windows authentication so why do I need to implement LDAP in FBA.Can't I use default NTLM in claim base and set my custom login page for authentication?
0
votes
0answers
88 views
Sharepoint custom login page redirects to same page
I have create custom login page in sharepoint with FBA.
I am inheriting my page with system.web.ui.page but after sucessful user validation its redirects me to same page.
for redirection I am using
" ...
0
votes
1answer
69 views
Users get access denied at root (/) and are not sent to home page
I have SPF2010. I have a default.aspx page that is configured as the home page. Users access the site under forms authentication. When they come in to the site, they get an access denied message (site ...
0
votes
0answers
69 views
custom reusable feature to create and deploy login page for FBA site using page layout
i want to create a feature which will deploy globally in a web farm and will create a custom login page layout template. any SharePoint applications running in that farm should be able to create a ...
0
votes
0answers
124 views
SharePoint 2010 Foundation Search not working for Claims Authentication!
I have SharePoint 2010 Foundation site with Web Application named (abc) is created at port 80. It Includes Claims based Authentication enabled in Default Zone. I have both Windows Auth with Ntlm and ...
5
votes
2answers
535 views
Remove extra sign-in step after enabling Forms Based Authentication
Now that I have enabled Forms Based Authentication (FBA) on my sharepoint site, there is an extra Sign-In page where I have to select what type of authentication I wish to use. I pretty much want ...
0
votes
2answers
589 views
Central Administration shows error 26 - A network-related or instance-specific error occurred while establishing a connection to SQL Server
i Follow this Article to Config FBA , BUT after Step 3 , My Central Administration shows an Error :
A network-related or instance-specific error occurred while establishing a connection to SQL ...
0
votes
3answers
1k views
how to create sharepoint custom login page
Im creating custom login page for sharepoint that will use Forms Based Authenitcation. I've read couple articles how to do it, but something is not clear to me.
What class should my Login.aspx (and ...
1
vote
1answer
122 views
how to administer forms based authentication in sp2010 foundation
I have a public facing site for community to exchange information efficiently. I have different subsites within that site. I want to provide users forms based authentication to log in to the system. ...
1
vote
1answer
292 views
Login a user from code with claims authentication (fba)
i have a problem with logging in a user from server side on a claims (fba) enabled site.
Users can register themselves on the site and get an email with a confirmation link.
After they click on the ...