fba

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 site is an extension of the AD site. How would I go about doing this? The side is full of content, so there is no margin for error. Will un-...

Sharepoint Forms authentication Run with different account

Hi, 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 need some way to run the code in console app that creates sub site to run under forms user who is admin to that site collection. Pleas...

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 display error messages) What i want is: Either set my default page to the Login Page or if there is a way not to display anything on my defa...

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 some kind of private key. The Public key is on the sharepoint webserver. What I´m trying to do now is to modify the login.aspx with follow...

No access with SP Designer after change to FBA

Hi, 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 the Site with my SP Deigner 2007. Does he only support Windows-Authentication? Visual Studio ist the same, I get error message to enable...

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 moq data). My problem is this: users when logged in have their name shown as being their login name, not their full name. I set up my pro...

FBA site owner encounter access deny in sharepoint 2007

I created a sharepoint 2007 publishing site first using windows authentication, then extended it to another site using FBA. I created a FBA user and set it as site collection admin as well as top site owner. I also make application pool which the FBA site is running in to run with a user account which is within administrator group. But ...

FBA and audience targeting in sharepoint 2007

I want to use audience targeting feature for webpart with FBA. I tried to add FBA user directly in sharepoint group or added the user to a asp.net role and then added the role to sharepoint group, but both failed. My observation is that all FBA users can see the webpart content no matter whether they are specified in audience targeting o...

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 behavior for users trying to access a Read Only Microsoft office document (currently only verified with the 2007 versions of Excel and Word)...

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 they have correct display names. On dev and stage everything works fine, but on UAT the users can't get past the login screen. The login ...

SharePoint 2010 FBA with custom form - 403 error

I have a SharePoint 2010 site that is configured for Forms Based Auth using custom role, membership and profile providers. This works perfectly using the OOTB SharePoint 2010 FBA form (ie. under /_forms in the web app virtual directory). My problem is with a custom login form that is located in a separate folder, /Landing/Login/default...

how to configure claim base authentication in sharepoint 2010?

Hi everybody, For our sharepoint 2010 app's we need form base authentication(Claim base authentication). Is anybody help me on same issue? Thanks, Nandy ...

Use one URL in SharePoint 2007 for both Windows authenticated users and FBA?

I have an extranet site setup using FBA and aspnetdb. All works fine, but I would like my internal users to be able to access the site using the same URL as a client would from the outside (for example, so they could send them a link and just to reduce confusion as people think these are two seperate "sites"). Is this possible using Alte...

How to connect to Exchange-2003 form based authentication per objective-c

Hi all, I want to log on on the Exchange 2003 with form based authentication (FBA) via http-request (in objective-c). Idea: 1)to connect with the code below and get 2 cookies from server. 2)to connect to server per WebDav with these cookies There is the code for the first step. But instead of cookies I get the html-code for login-wi...

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 collection. In this case SPContext.Current.Web.SPUser returns NULL - even though they are logged in. Is there another object similar to SPUser t...

UseExplicit property in infopath with form based context

Hi everyone, I have a problem with my infopath form. The context, user of the site mustn't have acces to lists that provision infopath form field. Administrator should have acces to these lists. When i test the useExplicit property of udc file for impersonate the connection to the list i have no problem ( all my account are local accou...

How do pass forms-based authentication form iphone app to website?

I am working on creating an iphone application which logins to we website and retrieves a table, and displays the content within the app. To view the table a Login is required. It seems the site is using Form-Baseds Authentication. WebSite's Login Screen So How do I pass the login ID and pass from xcode to the to the site and retain the...