The Windows Identity Foundation is a free Microsoft library that enables claims based authentication and use federated identity/single sign-on in their applications.

learn more… | top users | synonyms (1)

29
votes
2answers
893 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 / ...
16
votes
4answers
846 views

.net n-tier identity & authorization in service architecture

I'm building an application where the requirements seem standard issue (at least to me)... I have a Web.UI based on asp .net mvc & clients from iphone, andriod & blackberry. So the sensible ...
15
votes
5answers
7k 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 ...
12
votes
2answers
1k views

How to convert SAML XML token string to either SecurityToken or ClaimsPrincipal instance?

My context: .Net RESTful web service Client (mixed platforms, technologies, lib capabilities) has obtained a SAML token Trying to accept the token for authentication/authorization in the REST ...
9
votes
4answers
3k views

Windows Identity Foundation sample MVC application

Is there a sample application for using WIF with a ASP.NET MVC application? Can someone help me get started trying to integrate both of these technologies?
7
votes
4answers
4k views

Windows Identity Foundation tutorials?

I've been looking around for some beginning tutorials on implementing Windows Identity Foundation in an application, but cannot seem to find much. Anybody know any good tutorials for a beginner in ...
7
votes
2answers
3k views

Where did 'My" certificate store go? [closed]

Because I'm awesome I'm trying to run the latest WIF demo app using VS2k10 B2 on my 7 boxen... 64bit of course (my neckbeard is strong) I'm having a problem getting it running. Part of the whole demo ...
6
votes
3answers
887 views

Using tokens assigned from an STS to call a WCF service

I've been staring at this all day to no avail and I'm out of ideas. The IP-STS handles the login then passes it down to the RP-STS which fills the token with claims and then onto the Website. this ...
6
votes
3answers
594 views

Is WIF a good option for securing WCF 4.0 Restful service with iPhone

I have a project which needs to expose WCF restful service to iphone/ipad Client. The WCF worked, now i need to secure it with username and password. For some reason i am a little reluctant to go ...
6
votes
2answers
441 views

How do I force a refresh of the security token for a WCF service?

I have a WCF Service that requires a security token issued by a separate WCF STS Service. This all works just dandy. In my application, I use the service like so: MyServiceClient myService = new ...
6
votes
2answers
2k views

Using Windows Identity Foundation to log someone in to an ASP.net application

My supervisor at the office tells me that he saw a demonstration with a pre-release version of Microsoft "Geneva" (now Windows Identity Foundation) where a developer did the following: He set up ...
5
votes
1answer
170 views

Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?

I have what I think is a fairly complicated question so I will do my best to articulate it here. I am looking for a single sign on (SSO) solution. I am aware of many of the options out there but have ...
5
votes
1answer
303 views

Azure ACS 2 Custom Domain

I'm trying to set up Authentication in an ASP.NET MVC App and if so using the Azure Access Control Service (ACS) (v2 May 2011 release). I've got this working with the default setup. However there is a ...
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 ...
5
votes
3answers
11k views

Where is the Microsoft.IdentityModel dll

I have installed the Windows Identity Foundation but can't find the Microsoft.IdentityModel dll. According to the Azure Hands-on-Labs it should just be in Add Reference in VS2010. However it's not ...
5
votes
1answer
2k views

Active and Passive Federation in WIF

I am trying to understand the difference between Active and Passive federation in WIF. It appears that one would use an Active Federation if the Relying Party (RP) is a WCF Service instead of an ...
5
votes
3answers
3k views

WIF (Windows Identity Foundation) with SAML 2.0

First some background: We were recently tasked to send a SAML 2.0 assertion to the server that we are communicating with. We are using WCF for our client. The server is not using WCF. The guys who ...
4
votes
2answers
283 views

Relate ADFS, WIF, WS Federation, SAML, STS

These are the some of the keywords for single-sign-on implementation using Microsoft technologies,Can someone relate ADFS, WIF, WS Federation, SAML, STS (Security token service) and when and where it ...
4
votes
2answers
584 views

Claims not being passed to a Relying Party in ADFS 2.0

OK, so I'm quite new to the whole world of claims aware applications. I was able to get up and running very quickly using Azure ACS but it's been a bit of a different story when trying to use ADFS 2.0 ...
4
votes
1answer
270 views

Windows Presentation Foundation (WPF) + Windows Identity Foundation (WIF)

Scenario: I need to configure a WPF application to send credentials from integrated security to an ADFS server and receive tokens back. I can't find guides describing in detail how to do this. The ...
4
votes
4answers
2k views

WIF manually generate federationmetadata.xml

I am playing with windows identity foundation and I am trying to create an MVC.NET based Security Token Service and use it as the Single Sign On application. My only problem is that I don't know how ...
3
votes
2answers
951 views

Securing backend WCF service with WIF using ADFS2 as IP

I’m having an issue using ADFS2 to secure a back-end WCF service that is being called from Passively Federated Website. I have the passive federation working on the website, but the back-end service ...
3
votes
1answer
92 views

When is it worth implementing a WIF solution?

I'm trying to build / architect a security solution for an intranet application and I'm wondering if implementing a WIF level solution is worth it, given the requirements. Essentially, I have the ...
3
votes
2answers
539 views

Redirecting to a custom login page using Windows Identity Foundation

I am using Windows Identity Foundation with Azure's AppFabric Access Control Service in a MVC3 site. What I am trying to figure out is how to control where WIF redirects the user if I have an ...
3
votes
3answers
373 views

What's the best approach to SSO with internal AD users and external users?

We have a web application (asp.net mvc 3) that should support SSO for internal uses via AD. We also have a large community of external users that we want to have SSO for all of our web applications. ...
3
votes
1answer
200 views

WF4 Services and WIF Integration

Are there proven patterns that anyone could share regarding Workflow 4.0 services integrated with Windows Identity Foundation? We are looking for the best way to inspect the STS token and claims in ...
3
votes
2answers
2k 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 ...
3
votes
1answer
139 views

Make asmx request on behalf of authenticated SAML user

Using Windows Identity Foundation I have a user who is successfully logged in and able to request pages. But there is an issue on any page that relies upon a asmx web service request to a WIF ...
3
votes
1answer
205 views

Properly authenticating against WCF service in a Claims environment

SharePoint web applications in Claims authentication mode supports NTLM, but only through the following steps: HTTP 302 redirect to a second location. HTTP 401 challenge for NTLM auth HTTP 401 ...
3
votes
2answers
761 views

Using WIF STS tokens with WCF

I have recently finished creating a STS setup and need to expose some WCF service methods on the STS's themselves. So far the login sends a token to the claims provider, the claims provider sets all ...
3
votes
2answers
225 views

WIF and REST is it a good fit?

We have bunch of web applications which are secured using WIF and custom database authentication, currently we are in the process of building a RESTful public API. My question is whether we can use ...
3
votes
1answer
324 views

Expiring Claims with windows identity foundation and mvc

I've got a very basic application that is correctly redirecting to my STS and back again after successful authentication. There's a couple of areas that I'm currently unsure as to how they work, and ...
3
votes
1answer
509 views

Unsigned SAML 2.0 Support for WCF on .Net 4.0

Can someone please let me know if unsigned SAML 2.0 or 1.1 is natively supported on WCF .Net 4.0. I know that Signed SAML 1.1 is natively supported on WCF and SAML 2.0 is natively supported on WIF but ...
3
votes
1answer
686 views

How do you pass a (Claims) security Token to a WIF enable WCF service

I am curious to find out how we could possibly send a Security token from a WIF application that has already been authenticate to a WIF enabled WCF Service. Any assistance will be appriciated
3
votes
1answer
930 views

WIF authentication scenario. STS implementation questions

We’re considering using WIF for authenticating our users, so I’ve started to gather some information on how to do this the right way. Mainly how we should create the STS. I’ve had a hard time finding ...
3
votes
2answers
959 views

Why does web client require Passive STS when using WIF

I have a web application and would want it to be secured using a Custom STS using Windows Identity foundation 3.5. All examples have a passive STS in scene. Why is this needed? and What happens if you ...
3
votes
2answers
2k views

WIF using SAML 2 protocol / Federate AD FS 2.0 with CAS

I'am are trying to implement a Web SSO with claim based identity using WIF and AD FS 2.0 right now. Right now I have a existing ASP.Net application which delegates authentification to the AD FS 2.0 ...
3
votes
2answers
892 views

Using ADFS 2.0 with non-.NET services

I am looking at ways to tie together a number of Windows-based web services together under single-sign-on. Microsoft's Windows Identity Framework and ADFS 2.0 are the perfect tools for the job, except ...
3
votes
4answers
1k views

Windows Identity Foundation - Third Party Secure Token Server

I'm trying to get my head around all the claims based windows identity foundation magic. Assuming I don't want to use ADFS, one thing that isn't clear to me is whether its best to roll your own STS ...
2
votes
1answer
96 views
+50

Using Custom RoleProvider with Windows Identity Foundation - STS

I created STS that does the authentication part. It uses Custom Membership provider. After successful login I get redirected to my RP website. All works fine in terms of authentication. I have ...
2
votes
2answers
188 views

Off-the-shelf Security Token Service (STS) that uses ASP.NET membership provider?

I'd like to move a site that currently uses the standard ASP.NET membership provider to use claims-based authentication through Windows Identity Foundation and Azure ACS. We're going to surface the ...
2
votes
1answer
270 views

validateRequest=“false” not working, even with requestValidationMode=“2.0”

I have an ASP.NET Web Site running in Visual Studio dev-fabric (azure project) and am using ACS and WIF. My authentication process isn't working because after I login I get this: A potentially ...
2
votes
2answers
270 views

A potentially dangerous Request.Form value was detected from the client (wresult=“<trust:RequestSecuri…”)

I am also getting a request validation error when using WIF. I get correctly sent to the STS, but on the way back, I get this validation error. I followed all the instructions. <httpRuntime ...
2
votes
2answers
202 views

Adding a WIF STS service to existing projects

We have several websites that are set up in the following fashion: Site1.Web - ASP.NET Web Project (.NET 4.0, WebForms) Common.Core - Class Library Project (all db interaction) The web project ...
2
votes
1answer
108 views

Implement Windows Identity Foundation on PHP

Need some advice whether Windows Identity Foundation can work with PHP platform or not? I know that WIF is targeted for .NET framework, and 1 of its features is about Single-Sign On kind of feature. ...
2
votes
1answer
281 views

WCF FederatedAuthentication session state messes with ClaimsAuthorizationManager

Context: There are a few threads here on Stack and on Bing that talk about WCF and session sharing with ASP.NET. None satisfy my issue fully. So here goes: I have an MVC site which also has a few ...
2
votes
1answer
346 views

HOW to correctly connect to WCF service using bootstrap token

I cannot find what I`m doing wrong. When I try to call service operation I get error: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because ...
2
votes
1answer
216 views

Implementing claim based authentication in Dynamics CRM using existing WIF STS

Does anyone implement Dynamics CRM claims based authentication utilizing existing STS? White paper says: User authentication in Dynamics CRM 2011 is based on Windows Identity Foundation that forms ...
2
votes
2answers
278 views

How to integrate openinviter code in asp.net?

I am developing a Social Networking Site using Asp.Net and C#.There is an option for All users to import their contact from deferent mails eg:- gmail,Hotmail,yahoo,reddiffmail etc... I found some ...
2
votes
2answers
534 views

ADFS 2.0 - How can I Debug “401 - Unauthorized”

I setup a test Server 2008 box with Active Directory and ADFS 2.0. I have an ASP.NET app which uses WIF to federate identity. ADFS is configured to use Active Directory for identity info. I used ...

1 2 3 4 5 7