Tagged Questions
0
votes
0answers
54 views
Why is forms-based authentication and groups
I have setup a SharePoint 2010 server with a web application using FBA and Ldap.
I followed the steps outlined here: http://technet.microsoft.com/en-us/library/ee806890(v=office.14).aspx
When I add ...
2
votes
0answers
25 views
Central login page - different portals (SP2010)
I would like to have some advice for the logical structure for a corporate portal.
I really appreciate your feedback.
AS IS
At the moment we have a 'partly' public facing site. Assuming this site is ...
0
votes
2answers
205 views
MembershipRequestWebPart Registration Error
I've been setting up a local dev environment from a production SharePoint 2010 site and have got everything working except for the registration. I've installed ...
0
votes
0answers
35 views
Failed to Initialize the encryption algorithm
I am using forms based authentication using Sql Memebership Provider and i have configure Sql Membership provider to use Encrypted password format instead of Hashed.I have also copied same machine key ...
1
vote
1answer
120 views
LDAP FBA Authentication and user profiles
I have a web app that uses FBA and LDAP (Active Directory). Users are able to login to the site without any issue. As part of on boarding process, users are redirected to their mysite "edit profile" ...
0
votes
1answer
233 views
FBA login failed if passwordFormat=“Encrypted” in web.config files
I am using FBA with SqlMembership Provider in sharepoint 2010 and its not working if i set passwordFormat="Encrypted" in all web.configs(web,central,STS) and here is error from ULS
Password check on ...
2
votes
1answer
283 views
How to get SPUser from FBA login name
I have a Form Based Authentication login name login_name
how to get an SPUser object for that login name.
I have tried the
Web.EnsureUser(string.Format("c:0-.f|role|{0}", name));
but it gives me ...
0
votes
1answer
264 views
FBA - Search Issue with Custom Login Page
I have implemented FBA on an web application which has a custom login page. The custom page doesn't let the users login via windows authentication even though it is enabled from central admin. Seems ...
0
votes
1answer
83 views
Sharepoint 2010 ldap exception FaultException`1 [closed]
i've followed the instruction on the following link:
Configuring Forms Based Authentication in SharePoint 2010
when user logged in: if the username and the password is wrong a message is appear to ...
0
votes
0answers
161 views
EnsureUser returns none existing users using ldapprovider
I'm writing a PowerShell script that adds users to a SharePoint site. To check if the user exists I'm calling the EnsureUser. But my issue is that the when calling this method with a ldap membership ...
0
votes
1answer
988 views
Central Administration, FBA, and the People Picker
I have a web application using Windows Authentication, which is extended with Forms Based Authentication. That's all fine and dandy. The problem is I can't get the people picker to pull my FBA users ...
1
vote
1answer
552 views
How to Set Forms Authentication Timeout?
I have a public facing SP2010 site that uses forms authentication (default ASP.NET membership provider).
I noticed that The user stays logged in even after hours of inactivity.
We need the user to be ...
2
votes
1answer
497 views
FBA and People Picker Issue on NTLM Web App Zone
SCENARIO
I correctly set up FBA on SharePoint 2010 following these tutorials (among others):
...
1
vote
1answer
2k views
Enabling forms based authentication for existing Sharepoint Web Application
I have an site collection in a web application for which I need to enable forms based authentication (rather than using the standard Windows/AD authentication).
I followed the rather good ...
5
votes
2answers
528 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 ...
2
votes
1answer
230 views
Creating a custom authentication provider for SharePoint 2010
I am trying to implement the "best" solution for a custom authentication mechanism in a SharePoint 2010 Extranet site.
Here is how I would define "best":
Does not require purchasing additional ...
1
vote
2answers
572 views
Active Directory users not getting resolved in a FBA enabled site
I have configured forms authentication on a web application. FBA users can be used to access the website but NTLM users not getting resolved. Because of this I cannot use AD users in SharePoint.
I ...
0
votes
1answer
1k views
How to Add user for form authentication in sharepoint 2010?
I confirgured the form authentication. but i am not able to create the users for login using form authentication .
When i want add user in the Policy for Web Application, I search User , Noticeable ...
1
vote
3answers
2k views
SharePoint 2010 Access Denied - Temporarily fixed by Check Permissions
I am using Forms Based Authentication and security seems to be setup properly. The problem I am getting is that every so often, my users report access denied issues on one of my site collections.
...
5
votes
1answer
291 views
Strategy for correct external authentication?
I'm a bit confused about the different terminology, components and steps to make my scenario work.
I'm working on a SP 2010 platform that can have multiple authentication mechanisms : Anonymous, ...
1
vote
2answers
2k views
Add FBA role to SharePoint 2010 group
I've setup FBA for SharePoint 2010 following these instructions:
http://blogs.msdn.com/b/kaevans/archive/2010/07/09/sql-server-provider-for-claims-based-authentication-in-sharepoint-2010.aspx
It ...
3
votes
1answer
52 views
Mysite signin repeats in IE
For some reason my claimsbased mysite hosts won't let me login - it authenticates my credentials, but instead of taking me to mysite, it just refreshes the login page?
It only does this in IE - I get ...
1
vote
1answer
222 views
Multiple mysite hosts + fba
I'm trying to figure out the best way to do this. I need to create a mysite host for an FBA site in SP2010 (I'm already researching the FBA particulars parallel to this, but if anyone could give a ...
1
vote
2answers
245 views
How to import from FBA (Claim-based) to Active Directory (AD)?
I am on FBA (Claim-based). I need to shift to Active Directory. Is it possible to do it? The reason is that I am missing out on many features which are unavailable on FBA.
Any help is appreciated!
1
vote
1answer
171 views
Add users from custom membershipprovider without enabling FBA
I have a Web application with 2 zones.
Default: used by users on the inside using AD.
Extranet: used by external users using a custom membership provider
What I want is for the users in the ...
2
votes
2answers
347 views
Excluding FBA users from people search
I've got a mixed environment with both AD users as well as FBA users. The FBA users are stored in a seperate ASP.NET membership database.
Now when I use search, both AD and FBA users show up. I'd ...
0
votes
1answer
461 views
Search issue with People Picker when limited to select from one group only
Some of you might have noticed that when you limit a people picker to select users only from one group, the search in the browse-user-dialog (or whatever it's called) won't work anymore.
This is ...
3
votes
2answers
2k views
improve People Picker search on a claims-based-authentification server (forms-based; FBA)
Long story short: On a SharePoint 2010 Server solution, which is using forms-based-authentification only, I want that the people picker search dialog works like any other usable search.
Rightnow it ...
1
vote
0answers
298 views
SharePoint FBA and Custom data - SharePoint 2010
I'm not sure I'm doing this in the right way, but I was hoping someone here could guide me.
I have an application that I'm creating, allows users to create accounts, login, view their billing ...
3
votes
3answers
1k views
Authenticate Windows user on Web Application using dual authentication and custom login page
What I have?
I have configured FBA in one of the web applications with out of the box login page having dropdown box to select the either windows or FBA login. Everything is working fine.
What I ...
0
votes
2answers
1k views
How to enable MySites?
I am unable to see MySites page on my SP2010 environment. I am on FBA, is this the reason that MySites is not shown? Please let me know what to do?
0
votes
1answer
740 views
How to change authentication from FBA to Active Directory?
Is there a way to change authentication from FBA to Active Directory?
Since I am on FBA (claims based), I am unable to use many features of SP2010 like MySites etc.
I would appreciate if someone can ...
1
vote
2answers
500 views
SharePoint 2010 Unique FBA Accounts Per Site Collection
We are trying to make it so that we can have a single Web Application that uses FBA that has 1-n site collections below that. However, we would like the permissions for each site collection to be ...
0
votes
2answers
2k views
Unable to login from custom login page - FormsAuthentication.RedirectFromLoginPage fail
I created custom login page for FBA access (SP 2010). In related custom code i inherit Microsoft.SharePoint.IdentityModel.Pages.FormsSignInPage class.
Problem: I would like to login in sharepoint ...
1
vote
1answer
340 views
SPClaimsAuthMembershipProvider returns only aspnetdb users - WHY?
If I use :
MembershipProvider membership = Membership.Providers["AspNetSqlMembershipProvider"];
MembershipUserCollection msc = membership.GetAllUsers(0, 200000, out totalnumber);
I got all userS ...
3
votes
2answers
739 views
FBA custom login page - membership provider returns “The method or operation is not implemented.”
My SP web application use FBA authentication (AD and aspnetSQLmembership providers). I want log in to SP site from custom SP login page. In code-behind page (my class inherit ...