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.

learn more… | top users | synonyms

0
votes
0answers
12 views

Claims Based Authentication in SharePoint 2013 Online Not working anymore

I'm trying to connect an application (desktop application) to SharePoint 2013 sites. I have a client webservice, the issue is Claims Based Authentication in SharePoint 2013 does not work: ...
0
votes
0answers
24 views

Sharepoint - SAML Authentication

I have a Sharepoint web application running on SAML security (based on user e-mail). I have a problem with one user that is not managing to log-in. Basically the IT admin, have done a mistake and have ...
0
votes
0answers
33 views

Cannot call CreateSite with dual-zone authentication enabled

I have a web application set up with two extended zones (Default/Internet and Intranet). The default zone uses claims authentication (for external users) and the intranet zone uses windows auth. When ...
3
votes
1answer
81 views

What are the full claim encodings for the SharePoint and Windows Built-In groups?

When claims authentication is used in SharePoint 2013, groups that were previously easy to identify are now much harder to decipher. For example, "All Authenticated Users" = "c:0(.s|true" "Windows ...
1
vote
1answer
81 views

Update Users Personal Settings on Sharepoint with Custom Trusted Login Provider

Am not able to see the logged in user's email address in the Personal Settings. I have configured Custom STS Provider on Sharepoint. I also have a claim type mapping like below. Can any one please ...
0
votes
2answers
146 views

Site Minder People Picker should work like windows authentication results

I have a custom STS(Site Minder) and windows authentication configured for sharepoint web application. In the people picker for Windows authentication, I can search by first name, last name, email id. ...
1
vote
1answer
60 views

Windows Claims / Forms Claims - Augmentation - How to

Can claims augmentation be used to "map" a Windows Claim to a Forms Claim? Scenario: WebApp1: Forms Claims Auth (LDAP Provider) WebApp2: Windows Claims Auth With Claims Augmentation, can I make ...
0
votes
0answers
351 views

SharePoint 2010 Custom people picker claim provider and mapping to OOTB STS

We have a scenario where we needed to restrict the people picker search to a specific OU in active directory AND also populate all the columns in the 'list view' within the people picker search ...
2
votes
1answer
115 views

pickerentity.key with Claims

In a Sharepoint 2010 page, I am using a people picker to pick users or groups, SPgroups as well as Active directory groups. I am then retrieving every item that was picked as a PickerEntity.Key which ...
0
votes
0answers
42 views

IDP initiated and SP initiated approaches?

I am developing a custom STS to work with my Sharepoint web application and make it a SSO implemented application.As Sharepoint understands SAML 1.1 , my STS would convert the SAML 2.0 to SAML 1.1 and ...
1
vote
1answer
125 views

SharePoint 2010 Claims to Classic PowerShell help

I have a client requirement to move from Classic to Claims. I'm currently utilizing some PowerShell from http://derekmartin.org/archives/701 $webApp = $farm = get-SPFarm $wa = get-SPWebApplication ...
0
votes
1answer
78 views

Claim Types in Sharepoint 2010

I am currently working on SAML2.0 to SAML1.0 conversion.How can i define my own Claim Type. Currently there are few claim types which can be passed and understood by sharepoint ...
0
votes
0answers
46 views

Can a user authenticated via claims be mapped to that user's Active Directory Account?

I would like to provide a user that logs in through claims the same experience as if he or she logged in via his or her AD account. Have the same permissions, be a member of the same audiences, have ...
0
votes
1answer
459 views

Trouble with Claims Auth

My knowledge of claims is weak so please forgive me if something doesn't make sense. When I try to log in to the SharePoint site using claims, I get the error: Unknown SPRequest error occurred. ...
1
vote
3answers
130 views

Claims Authentication (ADFS &STS)

Can i have ADFS authentication mechanism for 1 subsite and SSO implementation for 3-4 subsites ? i am using Claims based authentication.I have ADFS already configured.I have 1 webapplication and have ...
2
votes
2answers
669 views

Impersonation in a net.tcp WCF-service in a claims based/Kerberos solution

I have tried to keep this as short as possible, dont hesitate if you want more details. Im trying to get impersonation (of calling user) to work over a net.tcp WCF-Service in a Sharepoint ...
0
votes
1answer
36 views

Claims problem when opening documents

following this tutorial (http://blogs.technet.com/b/mahesm/archive/2010/04/07/configure-forms-based-authentication-fba-with-sharepoint-2010.aspx) I configured the claims for my web app... but ...
1
vote
3answers
663 views

How to get claims from SPUser object

Is it possible to read claims by using the SPUser object only? STS is used as claimsprovider. All examples I have found use: var claimsPrincipal = Page.User as IClaimsPrincipal; claimsIdentity = ...
1
vote
1answer
308 views

Java software that query SharePoint services with claims?

I have two SharePoint applications in the same farm. The 1st is using classic windows authentication with Ntlm provider. The 2nd is using claims authentication, with only the Windows authentication ...
1
vote
1answer
250 views

FBA accounts not found

I have a strange issue where when I call EnsureUser I get an error that the SharePoint user is not unique or cannot be found. I have set up claims auth in 2010 using SQL membership provider. Got all ...
0
votes
2answers
224 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
0answers
160 views

displayig a sharepoint\claims page in an IFRAME in IE

I am using shaepoint 2010 claims\ntlm mixed authentication as described in this link. http://spautomaticsignin.codeplex.com (the user chooses if to authenticate with claims or windows ...
0
votes
1answer
282 views

Claims-based auth with ADFS 2.0 is missing _trust virtual directory

I am setting up claims-based authentication for SharePoint 2010 with AD FS 2.0 (following instructions Configuring Claims Based Authentication for SharePoint with AD FS 2.0 I've a claims-aware web ...
1
vote
0answers
1k views

SharePoint 2010 Organizational Browser Web Part on non-MySite Claims Based start at a defined username

SharePoint 2010 Organizational Browser Web Part on non-MySite Claims Web Application. To get this working first of all I needed to use the following Javascript into the It's been used for the ...
0
votes
1answer
175 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
1answer
84 views

I'm having the same problem with People Editor using ADFS as claim provider [duplicate]

Possible Duplicate: People picker accepting anything when using ADFS as claim provider I can enter anything, like blah-blah, in the People Editor field, and when I click on the check ...
0
votes
0answers
212 views

WCF Service in claims aware SharePoint Web App

I am trying to create and host WCF service within a claims aware SP web app which uses Server side object model to upload files into SP Doc lib. It is working with basichttpBinding with a mex ...
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 ...
0
votes
3answers
185 views

How to Access Claims Data?

I've seen lots of examples on mapping claims attributes in SharePoint but I'm not sure how to access that claim data programmatically. If I have mapped the claim "SpecialId" from a custom STS and the ...
0
votes
1answer
249 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 ...
2
votes
1answer
778 views

Trying to setup a webapp with mutliple authentication from powershell

I want to set up a web application that can be accessed from three kind of authentication on the default zone: anonymous Windows FBA (over a custom provider) and two other zones without the ...
0
votes
2answers
245 views

authentication between host-named site collection, https and http

Here's my situation and I'm wondering what the best way to solve it is. I have two domains and I'm trying to pass credentials between them. Maybe it's not possible, but here goes...... Domain One ...
2
votes
1answer
379 views

How can an InfoPath form get the Claims of the user who is logged in to SharePoint?

We have a document library that contains a list of proposals (InfoPath Forms). Users log in through SharePoint using Claims (Forms Auth, via an Extranet) who are from various organizations. The ...
1
vote
0answers
129 views

Custom Authorization for SharePoint document libraries not based on acls in content db

I need fine grained permissions on SharePoint document libraries not based on acls in the SharePoint content database. We maintain a seperate SQL Server database containing organizational structures ...
1
vote
1answer
257 views

Using a custom claims provider to populate user properties (Email and Display Name)

We have a custom claims provider that calls a web service in order to provide search and resolve for users being federated from ADFS. This web service provides names, email addresses, and AD security ...
1
vote
0answers
166 views

Custom Claim Provider - Claim Types Must Be Known at Install Time?

Question is pretty simple: when implementing a custom SPClaimProvider in 2010, do the claims have to be known at provider install time? Some background I had been spinning around getting nowhere ...