Active Directory Federation Services v2.0 (ADFS for short) is a standards based Web Single Sign-On federated identity which implements claims based authentication across forests.

learn more… | top users | synonyms

0
votes
0answers
6 views

error in adfs https request

I'am writing nodejs app, am integrating ADFS server to get authentication, for that am using "wstrust-client" in that am using adfs server url as endpoint, my code is app.get('/login', ...
0
votes
0answers
23 views

Outlook 2010 CRM session is dropping

CRM 2011 IFD session seems to fail (drop) in Outlook 2010. After a while it redirects user to HRD page (which opens inside Outlook). How can I stop it from doing that? ADFS session is set to 10 hours, ...
2
votes
2answers
29 views

Best ADFS protocol support for node js

Hai am completely new to ADFS, i need to access ADFS server through nodejs. am searching for good reference notes, with implementation. And suggest me which protocol is best for requesting.Even video ...
-1
votes
1answer
35 views

What is a Resource Federation Server? [closed]

I have been reading about Federated Services, specifically Microsoft's ADFS server. I noticed that in some network diagrams they use something called "Resource Federation Server". However, I'm not ...
0
votes
0answers
12 views

Issue a constant attribute in a claim

We have a rule to issue an attribute to one of our Relying Third Parties that matches the following exactly (obviously I've made some changes): <Attribute Name="http://example.com/#Something" ...
5
votes
1answer
124 views

How to use LDAP on window azure?

Am new to ADFS and LDAP, our project is mixed of technology mongoDb, nodeJS and rails. we are planning on deploying mongodb, Nodejs or Rails on Windows Azure, as LDAP is been used for active directory ...
0
votes
0answers
64 views

ADFS2.0 SP-Initiated URL?

We've deployed an ADFS Server and its associated proxy, with our application as the relying party, and a cloud identity provider (Covisint) as Claims Provider. We have tested the ADFS server using ...
1
vote
1answer
103 views

Connect to Office 365 through ADFS

I'm what might be considered a total Rookie, and I'm currently set up for a Task at work to connect an Outlook Addin to Office 365 through ADFS, so i only use the Username (instead User and Password) ...
0
votes
0answers
26 views

ADFS session expires and causes error

We use ADFS for our internal applications - users are basically logged in transparently anytime they go to one of our apps. However, if a user leaves a page open for over an hour then tries to do ...
0
votes
0answers
133 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
92 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
32 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 ...
0
votes
0answers
352 views

Configure ADFS to become a identity provider in Thinktecture IdentityServer 2.0

I am trying setup a sample: a web application uses active directory log-on through thinktecture identity server 2.0. Both Active Directory and Thinktecture IdentityServer are setup on a same machine. ...
1
vote
0answers
158 views

Integrating RSA SecurID with Active Directory Federation Services

I'm attempting to create a custom AD FS 2.0 Sign In Page that will allow me to authenticate a user with an RSA SecurID token. I have read through the AD FS 2.0 Step-by-Step Guide: Integration with ...
0
votes
1answer
179 views

Restricting ADFS 2.0 to use a specific OU instead of Domain level access

Consider the below Sample Scenario: I have a Single Active Directory Domain for Production, Test and for development (each separated at OU level). I want to install ADFS at test OU level and I do ...
0
votes
0answers
61 views

WSTrustChannelFactory Credentials, where and how to store Credentials?

I inherited this code for making a call to a WCF service using claims based authentication( this just creates the binding, but you get the picture): UserNameWSTrustBinding binding = new ...
0
votes
0answers
42 views

Adfs 2.0 - . Net 4.0 application query params

I have a .net 4.0 MVC 4 application that is federated to an ADFS 2.0 server. I set this up using the "add STS reference" option. Now every time I hit a controller with the [authorize] attribute on ...
0
votes
0answers
76 views

Avoid prompt for user credential in ADFS 2.0 & google Apps

We have configured ADFS2.0 for Google Apps and it is working nicely. Now we want to do not prompt user credential once user is logged into their system using AD's credential. we have setup home page/ ...
0
votes
0answers
92 views

Claims rule adfs - claim types from db

I have a claims table with emailaddress, claim type and claim value columns. In adfs I am using custom rules to retrieve the claims. So far, every example I have looked at, I have to specify the ...
1
vote
0answers
153 views

RequestSecurityToken from STS and post it to my website

My web site implements AD FS based authentication. Now I need to programmatically access my web site through a client. My client should request the security token from the ADFS server using the ...
0
votes
0answers
51 views

Session missmatch in ADFS

I use an ADFS STS to log into my application. Roles and users are working properely most of the time, but on somes pages, I get some users mismatch : suddenly, the username on the up right corner of ...
0
votes
1answer
117 views

How to fallback authentication from ADFS to form-based

We have an ASP.NET application using Forms authentication (ASP.NET Membership). Now we would want to make it to be claim-aware ASP.NET application in below scenario: ADFS acts as an IP-STS for ...
0
votes
0answers
20 views

ADFS v2.0 and Windows Mobile 6.1 .Net 3.5 CF

I'm attempting to implement an application using a claims aware WCF Web Service. Does anyone know how to implement WIF or an alternative identification systems to access an ADFS 2.0 environment?
1
vote
1answer
164 views

ADFS 2.0 - No Home Realm Discovery

I have the following network configuration for federating an asp.net application, but I am not seeing my home realm discovery screen. I can't figure out what I'm doing wrong. ADFS #1 - Relying ...
1
vote
1answer
191 views

ASP.NET multiple federated identity providers

I am developing an ASP.NET application. I have successfully added an STS reference to a stand-alone AD FS 2.0 server, so I can authenticate against a 3rd party's active directory. The problem is that ...
0
votes
0answers
93 views

ADFS 2.0 “Object moved to here.”

I have an ASP.NET website with an STS reference to a standalone ADFS 2.0 server. The web.config is set to use forms authentication. I have overridden the OnEndRequest method of the ...
0
votes
1answer
98 views

Does ADFS expose a webservice that I can call?

I got ADFS to work with IdentityServer by Dominick Baier. However I was wondering if I could use ADFS to authenticate against other Active Directories. So for example: Company 1 Hosts ADFS1 - I ...
2
votes
0answers
196 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) ...
1
vote
1answer
319 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
0answers
208 views

Error: A SessionAuthenticationModule must be added to the ASP.NET Module Pipeline

I am trying to write a custom HttpModule that implements the WSFederationAuthenticationModule. When I add the custom module to my web.config I get the following error: ID1060: A ...
0
votes
2answers
164 views

Force user enter credential when token lifetime expires (Avoid automatic login) ADFS 2.0

I have an asp.net app using ADFS as authentication mode. I have relaying party trust for CRM and for this web app. I want to force the user enter the credential when the lifetime of the token has ...
0
votes
1answer
173 views

Convert Identity Foundation Token to ClaimsPrincipal

I'm working on a console application as a proof of concept for authentication over AD FS. The code I have so far is using System.IdentityModel.Protocols.WSTrust; using System.IdentityModel.Tokens; ...
0
votes
0answers
70 views

Failed to execute Url IIS 7

I am configuring WSS 3 with WIndows Server 2008 We are using claims based authentication. I am getting an error Failed to execute Url. When look in chrome, it says FedAuth cookie for claims is ...
1
vote
1answer
147 views

Authenticating against AD FS from a .Net 4.5 Console App

I'm in the process of getting my head round using AD FS to authenticate a user in a .NET 4.5 app. I can't find any examples of requesting/receiving the token from a console app and converting that ...
0
votes
1answer
209 views

Use ADFS while maintaining forms authentication

I have a question regarding ADFS and forms authentication. I currently maintain a database of users and have built a somewhat complex claims-based system around it. All of my clients use forms ...
-1
votes
1answer
100 views

Does Exchange support ADFS?

Does Exchange support ADFS? Please write me some details how it works? Thanks
3
votes
2answers
447 views

How can i connect Azure Active Directory (WAAD) to Windows Azure Access Control Service (ACS)?

I am already using ACS and would love to setup Azure Active Directory as an identity provider. I cant seem to find any way of getting ADFS info from WAAD but i guess its still early days... Does ...
1
vote
1answer
74 views

What do i do after getting the token?

Here's the situation and what should i do now I have put CustomSTS as default selection in Home realm discovery page ( already configured the Custom STS as Claims Provider Trust ) Any relying party ...
0
votes
1answer
26 views

StarterSTS as a backup authentication store

I have setup startersts as the ClaimsProviderTrust in ADFS 2.0. Configured the login form to be displayed by changing the ADFS 2.0 web.config entry. I am trying to customize the login process here ...
1
vote
1answer
310 views

Active Directory Federation Services (ADFS) Web Agent with a ColdFusion based application?

I'm working on SSO and will be using Active Directory Federated Services (ADFS 2.0) as my means of accomplishing this. I am acting as the Service Provider (SP) and my application is built on ...
0
votes
0answers
59 views

Team System Web Access ADFS SSO

I am now working on TFS 2010. And it has a built-in website called Team System Web Access. The Team System Web Access should be integrated with ADFS for the purpose of SSO support. Can anybody help ...
0
votes
1answer
223 views

ADFS 2.0 sign-out failure with SAML2 (protocol) identityprovider

We are using ADFS 2.0 as a federation provider with a identityprovider (claimsprovider) that uses the SAML2 protocol. The relying parties for ADFS uses WS-Federation protocol. We are now able to ...
0
votes
1answer
1k views

URL with multiple parameters as a query string in ASP.NET

In ASP.NET, I build a string redirectURL to redirect to ADFS form with multiple query string parameters. One such complex parameter is the returnURL with multiple parameters. My problem is that only ...
1
vote
1answer
152 views

Claims aware security. Do I get it right?

I'm trying to investigate possibility of using claims aware security in the system I'm developing. The more I read about all this stuff the more confused i get. So i decided to describe what I know ...
0
votes
1answer
31 views

StarterSTS issue additional claims

Does anyone know how to issue additional claims from StarterSTS by Dominic (Codeplex). I currently am getting only Login Time Instance and the Authentication Type which is password. Is there some ...
0
votes
1answer
51 views

ADFS - Certificate not unique

I have created several applications that use SAML2 authentication. These applications (including SalesForce) often share the same domain (ie: reports.application.com, portal.application.com, etc) but ...
0
votes
2answers
300 views

Realm not found (ACS, ADDS, AD FS)

i am playing around with the azure free triel and followed this tutorial (http://haishibai.blogspot.de/2012/11/complete-walkthrough-setting-up-adfs-20.html) titled "Setting up a ADFS 2.0 Server on ...
0
votes
1answer
205 views

MVC3 and Active Directory Federation Services

I have a MVC3 application that uses Windows authentication and works great if we deploy it on a server that is in the same domain with the users that access it. I have a request to deploy the ...
0
votes
2answers
39 views

Production ready STS

Support for various data sources to use with ADFS 2.0 is limited to Active Directory only. I am in need for a production ready STS to authenticate my users against a forms Authentication inside a ...
0
votes
1answer
211 views

Debugging ADFS 2.0 errors

I am trying to get a SAML 2.0 token from an ADFS 2.0 ws-trust service using C#. The popular sample is this one ...

1 2 3 4