Tagged Questions
0
votes
0answers
55 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
54 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 ...
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 ...
0
votes
0answers
78 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 ...
1
vote
0answers
78 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 ...
0
votes
1answer
149 views
Does the membership seeder tool to add new FBA users, use the createuser method?
Does the membership seeder tool to add new FBA users, use the createuser method?
Here is the link from where I downloaded it:
http://cks.codeplex.com/releases/view/7450
0
votes
1answer
258 views
How to create a new FBA user programatically using VS 2010?
I am looking to create a new FBA user (explicitly) in the membership db using the membershipuser create user programatically. The purpose is to test permissions using the spfarm account.
What is ...
1
vote
2answers
423 views
Cloning a SharePoint Server 2010 (Virtual Machine) production box?
Here is the long and short:
Goal: To clone a SharepointProd VM retaining all the webapps and sites in order to debug a custom solution.
We have two virtual machines: spTest and spProd. spTest is ...
0
votes
2answers
137 views
FBA web app user permissions replicate to full control even after login
I have made a web application with Form Based Authentication that uses a custom form. Then each user is suppsed to enter the restricted area with their specific permissions. What happens instead is ...
0
votes
3answers
278 views
PeoplePicker not find users in FBA using multiple domains
I'm facing a problem with my forms authentication that has consumed me some good hours.
My forms authentication points to 2 providers. Both are AD using a ldap connection to diferent domains.
I have ...
0
votes
1answer
249 views
Remember Me in asp:login control is not working properly with FBA authentication
I have created a custom login page for FBA and using asp:login control for login purpose. When I am deselecting the "Remember Me" checkbox then also it's is creating "FedAuth" cookie for that which ...
0
votes
1answer
185 views
Client Extranet with SharePoint 2010, how to prevent employees from giving clients permissions that would allow client to see all FBA users?
I am a development manager and one of the sys admin and I are trying to build a "Client Extranet", which is a fancy name for a SharePoint 2010 web application with sites that employees and clients can ...
0
votes
1answer
126 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 ...
2
votes
3answers
428 views
Same public URL on two zones?
I have a default and an extended "Extranet" zone on one of my web application.
I would like to assign a single URL "https://Name.myDomain.com" to both zones.
Additionally I also want to be able to ...
1
vote
1answer
1k views
Server Error in '/' application while trying to sign in as an FBA user?
I have setup windows and forms based authentication on one of my web applications and have an issue while trying to sign in as fbaadmin. fbaadmin is one of the users I have added to the FBADB on ...
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 ...