0
votes
0answers
11 views

ADFS and activesync integration

I want to integrate ADFS with activesync to implement sso. but I'm very much new to this subject area. Can you please give me a good way to implement sso using ADFS for activesync or can any one point ...
0
votes
0answers
163 views

Desktop app using ADFS over WCF (claims auth), gives generic 'failed' code for issuedtokenmixedsymmetricbasic256

There's a load of stuff to cover, so I'll try to keep it structured, as all good programmers should.. bear with me. My Environment .NET 3.5 SP1 Smart Client Uses WCF+SOAP over HTTP to communicate ...
0
votes
0answers
126 views

Kerberos Oracle ADFS delegation S4U2Proxy ticket

We have a web site in .net 4.0 in IIS 7.5 at Windows Server 2008 R2 64, that are using Oracle Kerberos Authentication (SSO). The site uses WCF services as middle tier towards DB. All the users are ...
0
votes
1answer
41 views

Is it possible to change default ADFS Installation folder ?

Is it possible to install ADFS in a different drive (other than the default C: drive where OS is placed) ? Where are these configurations set ? Will it anyway impact the performance ? The reason for ...
2
votes
0answers
218 views

Create FedAuth cookie from SecurityToken

What I want to do is to login to sharepoint site (it uses ADFS server) using HttpWebRequest. How I am doing it: I have obtained SecurityToken using WSTrustChannelFactory (see this post here) ...
2
votes
1answer
449 views

ADFS 2.0 Session TimeOut in a SSO scenario

We are currently working on an SSO project which uses ADFS 2.0. as an IDP/CP trust. One of the basic requirement w.r.t application design is to re-authenticate user after an idle period (can be ...
0
votes
1answer
153 views

How WS Federation Authentication Module validates token

I'm trying to understand WIF and AD FS. I found a lot of useful information, but can't find any details on how WS FAM is validating token received from STS. I found this sequence diagram which ...
0
votes
1answer
202 views

Using WIF & ADFS to retrieve claims about a user

Short Background: Currently my situation is such that I have a service (WCF) of which I do NOT control the WSDL/Interface. When the client calls "Submit" the user passes credientals. I then want to ...
1
vote
1answer
83 views

ADFS on Opera and BlackBerry does not work?

Is it possible to make ADFS work on Opera and/or Blackberry. I am getting error: Your client is incapable of Basic Authentication, or you supplied a bad user name or password. On ...
1
vote
1answer
2k views

ADFS - Windows integrated OR Forms authentication

I'm configuring an ADFS Server and are trying to achieve user-friendly sign-on for our relying party applications. Currently there are two relevant options as far as I know: Windows ...
2
votes
2answers
700 views

ADFS Authentication Delegation Desktop / Mobile Applications

I was wondering if somebody could point me in the right direction. We're currently looking at hosting a web application for a client which will authenticate against the client's ADFS IIS server in ...
1
vote
2answers
903 views

Integrate WCF with ADFS 2.0 and ACS - Some guide needed

We are planning to provide single sign on to our set off .NET applications(Web and windows) using ADFS 2.0, ACS and WIF. I am quite new to these technologies. I have seen quite few videos on channel ...
2
votes
2answers
3k views

Implementing ACS with and ADFS as STS

We are attempting to use the ACS sample 4 (from http://claimsid.codeplex.com/) as template for our ADFS project. We have no problem with passive requests to ADFS authenticated services. In the sample, ...
1
vote
1answer
2k views

Invoking a WCF service using claims based authentication

I have a WCF service deployed in a server machine. We are using claims based authentication to authenticate the WCF service caller. The WCF service is restricted by using IIS Authorization rules. How ...
1
vote
4answers
3k views

Where can I find Microsoft assemblies that are not already in Visual Studio?

I figured someone can answer the question generally but if anyone wants to get specific I am trying to use: using System.Web.Security.SingleSignOn; using ...