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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...