Tagged Questions

5
votes
2answers
306 views

Can NameIdentifier and IdentityProvider (WIF) claims be used to uniquely identify any user?

Thinking of using Access Control Service (ACS) and Windows Identity Foundation (WIF) to secure my WCF Data Services Web API application. How can I use claims to uniquely identify a user? My idea is ...
1
vote
2answers
403 views

Getting 403 response when trying to access file in SharePoint list via WebClient

I’m trying to access a file in a SharePoint list using System.Net.WebClient. The list has anonymous access disabled (when we turn it on, it works) and we’re using Claims-Based Authentication. I know ...
0
votes
2answers
98 views

WIF STS, different “kinds” of users, applications and claims

We are currently looking into implementing our own STS (Microsoft WIF) for authenticating our users, and in that process we have come up with a few questions that we haven’t been able to answer. We ...
0
votes
0answers
66 views

SharePoint Claims authentication and web.config role authorizations

I am trying to secure a few application pages with role base authorizations can't seem to get it working , if I set a deny rule for all users the rule works, but anything with a specific group or ...
0
votes
1answer
159 views

SharePoint SPClaimProvider details/usage

I have to implement my own SPClaimProvider for PeoplePicker. There are some methods to override. Problem: I can't figure out some methods/parameters usage. All of these methods are claims specific. ...
0
votes
1answer
289 views

Calling Net Tcp WCF Service from Claims based SharePoint

I have a windows service that runs a WCF Net Tcp binding service. All binding and endpoint information is set programmatically. _host.AddServiceEndpoint(typeof(IService), new NetTcpBinding(), ...
0
votes
1answer
363 views

Claims-based Authentication: Are strings the essence of claims?

I've been programming with claims-based authentication for some time now with Windows Identity Foundation. It appears to me that in Windows Identity Foundation, once a user is logged in, the claims ...
0
votes
1answer
168 views

Geneva Server STS

My requirement is the claims assigned to a user are company aware so say for example User 1: is publisher for Product Manager for Company 1 but the same user is only editor for Company B. Can this be ...