Application model for presenting an identity to a claims aware application. This identity contains claim elements, such as email address or username, in a secure package from a trusted source. This model separates the application from the authentication mechanism.
32
votes
2answers
2k views
How do I perform WIF/claims impersonation without the claim being mapped to an AD account?
I need to perform search impersonation in SharePoint 2010 for Claims users. To put this in context, I would like to first state how I get this to work with Windows accounts and then discuss Claims / ...
22
votes
5answers
13k views
ASP.NET MVC 2 and authentication using WIF (Windows Identity Foundation)
Are there any decent examples of the following available:
Looking through the WIF SDK, there are examples of using WIF in conjunction with ASP.NET using the WSFederationAuthenticationModule (FAM) to ...
13
votes
2answers
7k views
Adding Claims-based authorization to MVC 3
I have an MVC app that I would like to add claims-based authorization to. In the near future we will use ADFS2 for federated identity but for now we will used forms auth locally.
Has anyone seen a ...
9
votes
2answers
3k views
Explain “claims-based authentication” to a 5-year-old
Well, not exactly to a 5-year-old, but please avoid buzzword and enterprisespeak if possible.
Claims-based authentication seems to be all the rage now, but I could not find a simple and down-to-earth ...
8
votes
1answer
3k views
Difference between Claims vs OAuth
What is the difference between Claims based authentication vs What is provided by OAuth.
I am looking for conceptual difference and not technical difference. When do I choose Claims over OAuth and ...
7
votes
2answers
700 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 ...
7
votes
2answers
1k views
Why Claim based authentication instead of role based authentication
I am new to claim based authentication. I have gone throught several aricles and could not able to figure out the exact use of claim based authentication. Here are some doubts I have about claim based ...
6
votes
2answers
2k views
Windows Identity framework with windows XP
How can use the Windows Identity Foundation SDK with Windows XP ?
6
votes
1answer
1k views
Claims Authentication to SharePoint on iPhone
I have made a simple SharePoint client App for iPhone, which require access to some SharePoint web services (mainly /_vti_bin/Lists.asmx). I am having a trouble figuring out how to do this on newer ...
5
votes
2answers
1k views
What is the purpose of nameidentifier claim?
What the claim of type http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier should be used for?
This is the main question, and here are additional ones.
How does it differ from ...
5
votes
2answers
500 views
Azure ACS - Claims URL exposed in browser history - security hole?
Found this official ACS demo http://www.fabrikamshipping.com/ while researching on ACS.
In the app itself, when logging in with one of the providers ( I chose Google ), I can see in the browser ...
4
votes
1answer
3k views
can i use ADFS 2.0 to authenticate certain users against SQL Server
I have been using ADFS to authenticate users against AD fine, using a claims aware template in VS. Some of our users will not be in Active Directory, so i would like to know if its possible to ...
4
votes
2answers
639 views
When not to use ACS?
I've been researching the Azure Access Control Service (ACS), and it looks like it's especially good at handling authentication from heterogeneous (configurable) identity providers. Then there are a ...
4
votes
1answer
375 views
Remote Authentication to SharePoint Online with Custom Domain
We have used Remote Authentication to SharePoint Online to access a target O365 sharepoint site and retrieve the FedAuth and rtFA cookies. This works fine for a target url having a xxx.sharepoint.com ...
4
votes
2answers
740 views
Associate multiple claims based identity providers to one user with ASP.NET
In an ASP.NET MVC 4 application using the .NET 4.5 framework in conjunction with Azure Access Control Service (ACS), I want to provide the users multiple authentication possibilities (i.e. Google, ...