Tagged Questions

3
votes
2answers
464 views

SharePoint and Forms Based Authentication Issue - Office Apps no longer work

We have several sites that use Forms Based authentication (FBA) within SharePoint. Many of them have been running for months without issues. Within the last week or two we have noticed the following ...
2
votes
1answer
160 views

Is it possible to share an existing asp.net applications membership database with sharepoint 2010's, when using Forms based authentication

I am trying to integrate an existing asp.net application with sharepoint 2010. I would like to be able to have a logged in user on the application access a document library via an Iframe on the ...
2
votes
2answers
2k views

FBA Display Name with custom membership provider, WSS 3.0

I have a WSS 3.0 site (no MOSS) that uses a custom forms authentication membership provider and role manager, authenticating users against a remote web service (although at the moment it works against ...
1
vote
2answers
456 views

FBA Authentication and Security Token Error

There is a login form with any authentication logic. I enter login and password, then I click "Login" and get error "The method or operation is not implemented" in this code line: SecurityToken tk = ...
1
vote
2answers
987 views

FBA on Sharepoint 2010

I have implemented FBA (Claim based Authentication) on Sharepoint 2010. Following are implemented. Custom Login page Custom Sign-in Page Password recovery page (ForgetPassword.aspx) In ...
1
vote
1answer
290 views

How do I get an anonymous user object from SharePoint 2010

I have a site setup using Claims Based (Forms) authentication with Anonymous access enabled. When a user logs into the site they may exist in the Forms Database, but not in the SharePoint Site ...
1
vote
3answers
2k views

Redirecting Sharepoint login page or display login web part

I have enabled FBA for my Sharepoint site and i want to add a login page or webpart either one of them. Currently my site directly goes to Default.aspx and displays information and webparts (which ...
0
votes
1answer
253 views

How to create new users for sharepoint FBA application using application pages in visual studio 2010

I have successfully configured FBA for my sharepoint application. So i want to create new user from sharepoint site so that they can login & see their profiles. I found webpart solutions from Here ...
0
votes
1answer
67 views

Maintain parallel, identical databases: MySQL and SharePoint FBA

I have 2 websites, and both have a login system, where the user can create an account to access a special portion of our website. Website A is a standard LAMP creation, and the user information is ...
0
votes
1answer
402 views

Sharepoint seeking authentication when opening Word / Excel files from website

The company I work for is using SharePoint as a CMS for it's public facing website. I recently enabled FBA (Forms Based Authentication) for the site in order to provide some user specific ...
0
votes
2answers
804 views

Authenticated user cannot log in, “The user does not exist or is not unique.”

This is a weird one. I have a WSS3 site, no MOSS, with a custom membership and role provider that authenticates against CRM. All the users have also been added to the site user list so once logged in ...
0
votes
3answers
565 views

No access with SP Designer after change to FBA

two days ago I changed the authentication of my site from "Windows" into "Forms". So far so good, users are now in a SQL Express 2005 and it works fine. The problem is now, I have have no access to ...
0
votes
2answers
590 views

SharePoint: insert ASP code into login.aspx

I have FBA (form_based_authentication) on my SP site, so thi first login site is login.aspx. Now there is following problem: users are coming from another site on the sharepoint. Herefor they using ...
0
votes
1answer
175 views

Sharepoint Forms authentication Run with different account

I a console application that creates a sub sites under a site collection The site collection accepts only forms based user. Now, when i run the console application, its with windows credentials. I ...
0
votes
1answer
112 views

Change Extensions of FBA / AD Authentication Zones in SharePoint?

I have a SharePoint site that is configured with FBA and AD authentication. Currently, the Forms Site is extended by the AD site. Due to various factors, I need to reverse this, so the forms based ...