0
votes
0answers
21 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 ...
1
vote
1answer
77 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 ...
1
vote
1answer
58 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 ...
2
votes
1answer
113 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
1answer
75 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
435 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
129 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 ...
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
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 ...
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
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 ...