The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
1
vote
1answer
228 views

Custom Claims Provider in Specific Zone

We have a custom IdP/STS (Identity Provider/Security Token Service) used as a trusted provider in all Internet zones of our applications that fall under our umbrella of SSO enabled applications. ...
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 ...
0
votes
1answer
180 views

Security token service and custom claims provider - strange error

I have a custom claims provider, which uses some services from another assembly. This service assembly basically uses Linq-to-SQL context to read data from database which then custom claims provider ...
0
votes
1answer
256 views

Trusted Identity Token Issuer - remove claim provider name

I have sharepoint 2010 with ADFS. I also created custom claims provider and set it's name as ClaimProviderName property of SPTrustedIdentityTokenIssuer for ADFS. But now I'd like the default ADFS ...
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
0answers
164 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 ...
0
votes
0answers
27 views

Sharepoint 2010 login layout page gives Access denied error

SharePoint is showing strange behavior that when I use my Custom login page which is using the credentials entered to get authenticated by my Custom Security Token service (Trusted Identity provider) ...
0
votes
0answers
22 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
14 views

How to use SupportsUserKey and SupportsUserSpecificHierarchy

Am implementing a Custom SPClaimProvider What is the use of SupportsUserKey and SupportsUserSpecificHierarchy I couldn't find any articles explaining the uses of these.
0
votes
0answers
52 views

Custom claim as group owner

I have a scenario where the SharePoint People Picker is replaced with a custom picker that only ever returns group or person claims backed by our custom Claims Provider. That picker is also used on ...