In general, the term refers to the notion of a user being presented with an editable "form" to fill in and submit in order to log in to some system or service.
2
votes
2answers
497 views
One FBA Web Application with Multiple Membership Providers in sharepoint 2010?
I am trying to implement both LDAP as well as Sql provider authentication by creating multiple zones i.e by extending the web application that already uses LDAP provider.
I have implemented following ...
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 ...
2
votes
1answer
285 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 ...
2
votes
1answer
2k views
SharePoint 2010 FBA Access Denied for Forms Users
I setup SharePoint 2010 FBA using ASP Net Membership database following the article: Step by Step Guide to Configure SharePoint 2010 Forms Based Authentication with SQL.
I configured all web.config ...
1
vote
1answer
45 views
Use CMIS endpoint via tool or script? (no human web login step)
I am trying to access a Rackspace-hosted SharePoint 2013 Demo site via CMIS.
Unfortunately, I get this error:
I am sure the CMIS URL is correct, because I receive an app:service XML file when I ...
1
vote
1answer
85 views
SharePoint2010 configured with Win, FBA and SSRS with Integrated,reports working fine but after enable the anonymous subsite reports are not working
Site Details
SharePoint web application
Enable Windows Authentication with NTLM
Enable FBA(With appropriate setting)
Reporting Services with Integrated Mode
Reports configured with Trusted Account
...
1
vote
1answer
688 views
Powershell script to get all Sharepoint user id and user login
I am importing data into a SharePoint list. One of the columns is the user's login/name which links to their profile via their SharePoint user id.
FARMURL/userdisp.aspx?ID=56
In order to import ...
0
votes
1answer
24 views
FBA with LDAP shows account name not the User Given Name
I have implemented FBA with LDAP. The people editor is resolving FBA users, but it shows the Account Name, not the Name.
e.g. , but I want name for that employee.
Here is the Membership provide which ...
0
votes
1answer
17 views
User account isolation on multi tenant SharePoint publication
Does a multi tenant SharePoint web application stores user accounts on "child" websites or in the root web?
I need to provide forms authentication at this multi tenant web application but the users ...
0
votes
1answer
66 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
1answer
95 views
Configuring FBA in SharePoint 2010
I have a web application in which Windows Authentication is configured. I want to configure FBA for the same web application. I know I can extend the web application to a different zone and configure ...
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
82 views
Forgot password in sharepoint with activedirectory membership?
0
Hi
I’m working with forgot password link on custom login page having active directory membership(LDAP)
For which I need to set web.config of webapplication in sharepoint
For example
...
0
votes
1answer
125 views
Export to excel option not work for FBA site
I have publishing site where i am using the FBA authentication with custom login page. Everything is working fine but when i am trying to export to excel from list its not work.
Even i am not able to ...
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 ...
0
votes
1answer
242 views
Custom properties of logged in user
I have written a custom membership provider for forms-based authentication to our SP site. The membership provider authenticates against our existing Users table in our DB.
There are a few bits of ...
0
votes
1answer
315 views
Forms Auth, Sharepoint Group, Form Group, Workflow Email notification
We have a publishing site using MOSS2007 that is using a Forms authentication and our own Membership and Role Provider
We want to have a workflow that sends emails to the Approvers sharepoint group ...
4
votes
0answers
397 views
Auto login with custom membership provider
My goal is to setup a SSO-like environment (not fully support SSO), with below behaviour:
User logon in System_A (java)
When user click on a specify link, System_A will generate a security token, ...
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 ...
2
votes
0answers
567 views
Sharepoint 2013 mixed mode authentication custom login
I've configured 2 zones in sharepoint 2013. Both zones are configured to use NTLM and FBA authentication in order to have full availability of all users in the people picker.
My extranet zone (FBA) ...
2
votes
0answers
227 views
Claims/Forms Auth and Secure Store - good use?
I have a need to provide single sign on capabilities within the same enterprise - meaning sometimes I'll need access to the user's name and password. A few examples:
SSO to OWA (forms based)
SSO ...
1
vote
0answers
22 views
Sharepoint 2013 AD FBA 2010 Compatability
I have a Sharepoint 2013 server set up to use FBA through active directory. I've set up the claims providers following microsofts guidelines: ...
1
vote
0answers
34 views
Sharepoint foundation 2013, claims/FBA based authentiction and SSO
My Scenerio is this:
I have a big client that supplies services to a few partners of his.
he would like to create a sharepoint farm (hosted on a VM) for each of his clients, installed with ...
1
vote
0answers
14 views
How to retrieve the user account associated to a client certificate on SharePoint 2013
I’m searching for a while but I don’t find any answer to my problem. So now, i'm confused ... I hope to find an answer thanks to you.
On SharePoint 2013, I configured FBA with a custom login page.
...
1
vote
0answers
50 views
SAML authentication not working properly for the roles
I am facing an issue regarding the authentication in SP 2010. The scenario is below:
WindowsTokenLifetime, FormsTokenLifetime and ServiceTokenLifetime are set to 365 days.
Login with the user on ...
1
vote
0answers
77 views
using sharepoint 2010 FBA with different webapplications
I'm migrating an existing SharePoint 2007 FBA Single Sign ON Solution to SharePoint 2010.
I have three different webapplication all with the same custom membershipprovider.
In the validateUser ...
1
vote
0answers
210 views
FedAuth cookie in Farm using https missing
I have issue where a custom providers, I can see that in the development environment the FedAuth cookie is set. But in productions is not. Production has two front end servers, and are accessed using ...
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 ...
0
votes
0answers
86 views
SharePoint 2013 Forms based authentication with a user list on each site collection
We need to provide forms authentication on a SharePoint Internet website where the users will be added to the site collection they have access permission.
It's kind of a multi-tenant website. Imagine ...
0
votes
0answers
25 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
86 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
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 ...
0
votes
0answers
53 views
AD RMS using with Sharepoint 2010 and Form Based Authtication
I am working on a project, the need is that the site is for extranet and by using form based authtication the users can access the portal, I am stack at a point where I have to implement the RMS ...
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
89 views
SharePoint Foundation, SQL Server Express & Forms Based Authentication
Are there any limitations to use SharePoint Foundation with a SQL Server Express and using Forms Based Authentication to log in?
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 ...
0
votes
0answers
82 views
Claims FBA with a remote active directory membership provider
I plan on setting up Claims FBA using the AD membership provider, but I would like to use a AD Domain that is remote (not the domain that the SP Farm lives on). Is this possible? Is it any different ...
0
votes
0answers
77 views
User not logged in even after Fed Auth shows it's expiration in year 2015
I have an issue regarding the cookies. I have set all 3 FormsTokenLifetime, WindowsTokenLifetime and ServiceTokenLifetime to 365 days and the cookie is persistent. When any user login to the site ...
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
0answers
134 views
SharePoint FBA Users being removed from SharePoint
I'm using the SharePoint FBA Pack 2010.
I have a very unusual issue where users created with the backend, work fine for a while, but at some point they are not SharePoint Users anymore. ie. their ...
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 ...
0
votes
0answers
249 views
SharePoint 2010 configured for Windows and Forms Based Authentication issue with SQL Report Builder
I have a report library in a SharePoint 2010 (SP1) site configured for both Windows and Forms Based Authentication. SQL Report Services 2008 R2 is configured on the same machine using SharePoint ...
0
votes
0answers
64 views
How to import users to SharePoint after added to SQL for FBA?
I created a stored procedure to import users into SharePoint on the SQL side. Users are able to authenticate with no issues from the SharePoint site. The challenge now is that they don’t show up as ...
0
votes
0answers
100 views
Configuring Single Sign On (SSO) using FBA for two different web applications
I've created two separate web applications and they are hosted in two different domains. I've configured same FBA membership database for both the applications. How can I configure SSO for these two ...
0
votes
0answers
107 views
Is it necessary to add AD users or groups seperately to Windows Auth mode application and extended FBA app when target site is same?
I have an "Intranet" web application "http://ABC.com" created under claims mode with Windows authentication. This Web app uses users and groups from Active Directory.
Say I have 2 security groups ...
0
votes
0answers
92 views
Incomplete Office Integration
A simple SharePoint 2010 installation which uses Forms-based authentication (its an extranet) via MSSQL/.Net with a site that contains a document library fails to show up in the Favorites list of the ...
0
votes
0answers
65 views
User details changed in FBA module does not update in People Picker
When I change User details in FBA module, the same is not reflected in People Picker.
Ex:
The original FBA users link shows the latest email address. However, in the People Picker and in THE FBA ...
0
votes
0answers
192 views
Create new UDC data connection with windows service user account
About a month ago we had a MOSS RAP meeting with MS Sharepoint Experts, they recommende us to use service user account to run the Sharepoint instances and our custom services too.
We did it and it ...
0
votes
0answers
161 views
FBA and Profiles - My Site
I've been using the FBA pack for while, and added some custom fields by basically following what the code does and extra variables here and there. It's all working, I can see the values from my ...
0
votes
0answers
345 views
ldap and user profile attributes
I have an extended webapp that uses the LDAP provider so users can log in without the fun windows integrated popup. I configured the User Profile Sync Application to use my Forms/LDAP Provider and ...