Claims-based identity is a common way for applications to acquire the identity information they need about users inside their organization, in other organizations, and on the Internet. It also provides a consistent approach for applications running on-premises or in the cloud.
0
votes
1answer
42 views
Editing Column names
How to edit a column name in Sharepoint ?When O rename a column I can't get by the code to column name.
if (properties.List.Title == "Wpisy")
{
SPList lstOtherList = ...
0
votes
1answer
84 views
Implement Claim based authentication
I need some guidance about how to implement Claim based authentication. I need to enable my users to login using windows LiveId or google id...
Can any one share the Powershell script to achieve this ...
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
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 ...
1
vote
1answer
420 views
Claims Authentication Unexpected Error in Developer Dashboard
The error below is listed in the developer dashboard in our environments. We have recently changed to claims authentication. The contentdatabase has been converted from classical authentication. We ...
0
votes
2answers
220 views
User claims in custom claim provider
I have a custom claims provider and now I got this new requirement to augment some new claims based on claims which user already has.
How can I get user claims which are already augmented (eg. those ...
0
votes
1answer
289 views
Progrmatically How to avoid _login\default.aspx when multiple TIPS are added to the web application in sharepoint 2010?
I have a requirement as follows. On a single web application extranet zone, multiple tips are installed using Site Minder. Here is my question, when i try to access a site, site minder login page ...
3
votes
2answers
702 views
SharePoint 2013 using Claims-based Authentication
As I understand it, SP 2013 will run on .NET Framework 4.5. Claims-based authentication runs on WIF. In .NET Framework 4.5, WIF (2.0) has been substantially updated (changes).
How will this update ...
0
votes
1answer
680 views
AD FS. SPWeb.EnsureUser exception on AD user
We use ADFS and have a problem.
The PeoplePicker find users and show a string such as: "UserDisplayName [Active Directory]".
But the page throws the following error:
...
0
votes
1answer
1k views
Map ADFS Claims to Sharepoint Pofile
i've set up claims based authentication with SPTrustedIdentityTokenIssuer using ADFS 2.0 as a backend. Within my ADFS 2.0 i've set up rules to send the LDAP Email as Email, LDAP Surname as Surname and ...
2
votes
1answer
189 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 - ...
2
votes
2answers
1k views
Can I convert Claims Authentication to Classic Mode?
Is there a way to convert Claims Authentication to Classic?
Also, if I want to start with Windows Authentication and then have the possibility to change to forms Authentication in the future, which ...
6
votes
2answers
1k views
Phone-Gap Claims Authentication against SharePoint in Office365 fails, probably because of HTTPOnly flag in cookie
I am coding an application using Phone Gap to connect to a Sharepoint in Office365.
I need to use the REST services in Sharepoint Office 365 to add items to a list, but before that I need to ...
1
vote
1answer
241 views
Why and when to use claims-based authentication?
I understand MS recommends claims-based authentication for new installations of SP 2010. This authentication model is based on WIF. It is a new authentication model available in SP 2010.
But, I would ...
0
votes
1answer
174 views
SPUtility.GetPrincipalsInGroup not working when claims authentication is enabled
Method SPUtility.GetPrincipalsInGroup can be used to resolve users that belongs to a AD Group. However, when claims authentication is enabled, this method doesn't work as expected. Is there another ...
0
votes
0answers
57 views
Search by Author: domain\user or email or Name and Surname?
I have a problem with search "by Author" in sharepoint 2010.
I have 2 farms, one with Windows Auth and one with Claim Based... I have an application that has to work in the same way in each ...
0
votes
1answer
588 views
SPSecurityTokenService.Issue() failed: System.ArgumentException: Cannot get Membership Provider with name xxxxx
Really need help with this issue. I've been struggling for about 4 hours today with this issue and no luck.. Tried everything and every article out there but obviously missed something.
Here's the ...
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 ...
0
votes
1answer
108 views
Claim Based, Seach and Custom Security Trimmer
I'm facing a problem betweek "claim passage", "token" and Search. Looking online this is a well known bug that everybody solves creating a custom security trimmer...
My solution to the problem works ...
0
votes
1answer
772 views
Custom People Picker ADFS by Claim Provider
I have a farm with claim based / ADFS configured.. I have some Web Services running on it and the "EnsureUser(domain\name)" doesn't work, as people picker do.
I read a lot of stuff online, I try to ...
1
vote
0answers
294 views
Claim Based Authentication user LoginName and People Picker problem
I have a problem with People Picker in my claim based app:
From People Picker finds many instance of the same user
From Code EnsureUser(Domain\Name) doesn't work at all
From Code EnsureUser(email) ...
1
vote
3answers
374 views
Converted site from claims back to Windows auth - accesss denied
We attempted to convert a web app that was set up in claims back to NTLM/Windows auth.
First we unchecked the claims provider in the web app properties in CA. We realized we were still getting claims ...
1
vote
1answer
161 views
SharePoint claims with single sign on redirects when accessing _trust subdirectory
I have developed a cutom STS/Identity provider/SSO (Single sign on) website in MVC3 which acts as a claims provider. This site signs on a user to a sharepoint site using WSFederation.
It correctly ...
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 ...
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
0answers
214 views
Sharing authentication ticket between apps in different subdomains
I'm working with a SharePoint farm that has one content web application and one My Sites web application. The apps are configured for clamis-based authentication using a combination of OpenSSO and ...
1
vote
2answers
969 views
Claims auth + LDAP user display setting in SharePoint
I have a claims auth site setup right now with both Windows & Forms. Providers are configured for LDAP auth. This works without an issue. I want users to be able to sign in to SharePoint using ...
0
votes
1answer
1k views
Sharepoint Authentication Windows and Custom Login Form
We're trying to find a way to implement a rater tricky scenario.
We want to create a web app with Claims Based Windows Authentication, so that in a machine in the local domain the authentication is ...
1
vote
1answer
113 views
What are _formsweb.config files? SP2010 Claims [Access Denied]
I'm hoping someone will have experience with this. I'm stumped!
I have two SharePoint 2010 (Enterprise) farms: development and production.
Each farm has 3 servers:
SPSQL-Dev, SPSQL-Prod ...
0
votes
2answers
532 views
How to Client Side connect to Sharepoint 2010 with claim based auth
I had to create an application which connects to Sharepoint. The interested Sharepoint Application is set to work ONLY with claim based Authentication, so I cannot use the classic:
NetworkCredential ...
1
vote
1answer
1k views
Web Services and Claim Based Authentication Problem
I'm facing some problems accessing by Claim Based to my web service.
On my App there's only Claim Based: windows auth is disabled and NTLM also.
If I access to Sharepoint by web based interface, this ...
2
votes
1answer
894 views
ADFS, people picker and custom claims provider
I read article of Steve Peshka here which points that we have to develop custom claims provider in order to override pepole searching using people picker in SP2010.
I have two questions regarding ...
0
votes
1answer
248 views
Claim Based Authentication - Object Model and Impact on existing Web Service
I have a farm in which is installed Sharepoint 2010 Foundation. On my principal app I have installed a web application that accepts windows authentication.
On that application I installed my Web ...
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
1answer
200 views
Error: Access Denied in Claims Authentication, Custom Login Form
I created a web application Claims Authentication. I want create a custom login form.
I use this link for create it. But when login it , I get error: Access Denied
0
votes
1answer
840 views
Forms Based Authentication Users in the SharePoint 2010 People Picker Not Working
I Created custom login page .
I use this code for login
if (Membership.ValidateUser(Username.Text, Password.Text))
{
SecurityToken tk = SPSecurityContext.SecurityTokenForFormsAuthentication(
...
0
votes
2answers
222 views
Identify SharePoint 2010 exception
I a problem with identifying the origin of the exception in SP 2010 Enterprise.
Environment:
Standalone SP2010
AAM configured
Authentication: Claims based.
SSL enabled.
Description:
New web ...
1
vote
1answer
65 views
Ideal way to Secure Custom Application
We are developing an application which is going to do some CRUD operations for a couple lists and offer our customers to download files.
We are using REST services as well as Sharepoint Web Services.
...
1
vote
2answers
2k views
How do find web config file of Claims Based authentication?
I want Configuring claims and forms based authentication for use with an LDAP provider in SharePoint 2010.
I change webcomfig file of :
1.Adjust the web.config of the Central Administration site
...
0
votes
3answers
915 views
What set for ASP.NET Membership provider name in forms based authentication?
I want created a custom login page . I set Claims Based Authentication my site .
When i Enable Forms Based Authentication (FBA) , what value set for :
ASP.NET Membership provider name
ASP.NET Role ...
1
vote
1answer
103 views
What is the practical limit for the quantity of entities listed in a claim based peoplepicker?
What is the practical limit for the quantity of entities listed in a claim based peoplepicker in SharePoint 2010?
Is there a limit? We are trying to get a list of 200,000+ plus users to work in the ...
0
votes
2answers
719 views
Can people picker resolve NTLM users in an FBA extended site
We have a SharePoint 2010 extranet web application that uses claims authentication.
•The Intranet zone is using mixed authentication (NTLM against internal AD and FBA against a separate AD).
•The ...
0
votes
1answer
1k views
LDAP Authentication - connection string
I am setting up claims auth for a site which needs to use LDAP. The connection needs to be made using a certain user account so I need to pass in the password. Does anybody has an example of a ...
0
votes
1answer
104 views
Extend Win Auth Webapp to use Forms Auth
Is it possible to extend an existing web application (configured to use classic mode authentication) to use claims authentication? When I try to extend the web app I don't see a option to pick ...
0
votes
1answer
761 views
Migrate from claims-based authentication to classic-mode sharepoint 2010
We are planning to change the authentication provider from claims-based authentication to classic windows mode. I am planning to do this by preserving the content databases and re-create the web-app ...
2
votes
3answers
1k views
AuthenticateFormsUser with no password
I believe in SharePoint 2007 you could authenticate a user programatically (without a password) using something like this:
FormsAuthentication.RedirectFromLoginPage(username, false);
In SharePoint ...
0
votes
4answers
953 views
Custom Claim Provider - What is the fix for “Error loading the claim provider assembly”?
I have implemented a custom SPClaimProvider that is doing claims augmentation in the FillClaimsForEntity method. I have packaged this as a SharePoint feature and deploy it in a WSP.
I am trying to ...
3
votes
2answers
759 views
FBA With SQL Membership Provider
I am working on, what it seems for the most part, a standard implementation of SharePoint 2010 to support internal and external authentication. Internal will be using traditional NTML Windows ...
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, ...
0
votes
3answers
496 views
Self Service Create Site - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Requirement :
Web Application "A" - App-pool account : acc1 - Classic Mode Authentication
Web Application "B" - App-pool account : acc2 - Classic Mode Authentication
Web Application "C" - App-pool ...