Tagged Questions
0
votes
1answer
32 views
Have FBA users visible (via people picker) to a non-FBA site
I have a publishing site collection extended into two zones:
Zone1: (default zone, win auth only- internal users)
Zone2: (internet zone, fba only- external users)
I want zone1 users to be able to ...
1
vote
1answer
70 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
107 views
FBA with AD provider and Windows Authentication not the same user?
is there a way that my FBA (ActiveDirectoryMembershipProvider) logged user like jo@xxx.com and the Windows Authentication user jo@xxx.com became the same user (meaning they have the same user id) and ...
0
votes
1answer
100 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 ...
6
votes
2answers
347 views
SharePoint 2013 Authentication model
I am new to SharePoint and have few questions regarding the authentication.
We are using SP 2013 as extranet and we have different sites for different partners. Total number of users will be less ...
1
vote
0answers
55 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
81 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 ...
2
votes
1answer
3k 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 ...
2
votes
1answer
196 views
Windows Auth and Forms with LDAP provider - merge identity?
I have a need to handle two unique authentication scenarios:
"Off network" - provide a login form (Forms based auth)
"In Network" - traditional windows auth / no form
This is the same user base - ...
0
votes
1answer
155 views
FBA and MemberShipProvider
Do we always need to extend web app when using FBA?
I know it seems a silly question, but I can't find a straight answer.
EDIT: SharePoint 2010
2
votes
3answers
465 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 ...
0
votes
0answers
349 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 ...
1
vote
1answer
543 views
Combine Forms Authentication with Windows Authentication
A client wants to allow both AD users and non-AD users access to a SharePoint site. I have done similar work before on a ASP.NET site but that required a custom MembershipProvider.
Is there a way to ...
5
votes
1answer
305 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
3answers
469 views
FBA Authentication with Custom Database
I want to implement forms based authentication for a sharepoint portal. I have used the standard ASP.NET membership provider database for test purpose and it work fine.
My client has Authentication ...
2
votes
1answer
527 views
Methods of sharing authentication between SharePoint 2010 and ASP.NET applications?
We're evaluating ways of sharing authentication (to achieve an SSO effect or actual SSO) with SharePoint 2010 and several ASP.NET applications.
The options I've seen so far are to configure ...
2
votes
1answer
1k views
Create a sharepoint registration page for external users
I want to make a sharepoint site where everyone has access to the login page. On the login page, there should be a link to a registration page where new users can register. The emailadress provided ...
2
votes
3answers
316 views
Are there any way to change the Membership Provider & Role Manager through code or Powershell
I know that you can specify the Membership provider and Role manager for a web application on creation, but I need to update it after creation. any clue.
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
344 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 ...
6
votes
1answer
2k views
How do I avoid redirection for web service authentication in SharePoint 2010 when both claims and classic auth is allowed?
I have a SharePoint 2010 web application that allows both claims authentication and classic authentication. The Default claims provider for the web application has "Enable Windows Authentication" and ...
1
vote
1answer
327 views
Microsoft Search Server express 2010 Not crawling pages with forms authentication
I can't configure search server to use forms authentication during crawling. I have created crawl rule and set form credentials there with no errors. But during crawl Search server is still considered ...
0
votes
2answers
291 views
How to modify user account in FBA authentication
I have an installation of Sharepoint Foundation 2010 configured in Mixed Authentication (Windows + Form Based).
I would like to know how to modify the account of a FBA user like this one
...
1
vote
3answers
1k views
Authenticate user before getting a SPUserToken object
I know that a user can be impersonated by using an SPUserToken object when constructing an SPSite.
I need to authenticate the user before getting a token for the user as I am developing an ...
1
vote
1answer
145 views
SharePoint 2010 Claims
I've got a SharePoint portal configured to use Claims based authentication. I'm able to login using this, but each time I click a link within the portal, I'm redirected to the logon page. Any clues?
2
votes
1answer
516 views
Web service authentication with multiple authentication types
I am trying to pull data from the list.asmx web service from a console application. I am using clams based authentication, and whenever only integrated Windows Authentiation is checked everything ...
1
vote
4answers
435 views
How to set anonymous user as a specific user
I am using SharePiont Server 2007 Enterprise with Windows Server 2008 Enterprise. I am developing using VSTS 2008 + C# + .Net 3.5. I am wondering whether SharePoint has any means to set an anonymous ...
0
votes
1answer
330 views
Forms authentication login page issue
I am using SharePoint 2007 Enterprise + Publishing portal template + Windows Server 2008. And I am developing using ASP.Net + C# + .Net 3.5 + VSTS 2008 on SharePoint Server 2007. I am developing a ...