Tagged Questions
0
votes
0answers
28 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
23 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
59 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
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.
2
votes
1answer
114 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
1answer
230 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. ...
0
votes
1answer
257 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
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
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
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
775 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) ...
0
votes
2answers
533 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 ...
2
votes
1answer
898 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 ...
3
votes
2answers
761 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 ...