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

8
votes
2answers
3k 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 ...
6
votes
2answers
1k views

Claim auth from ADFS

I try to connect to a SharePoint Online instance via a WPF-Application. I have found this article[1] that discribes a possible solution but the problem is that the specific instance has a Active ...
6
votes
3answers
4k views

Is it a bad practice to put external users in Active Directory?

We have an existing Web application and we want to migrate from a custom authentication solution to Active Directory Federation Services so that our partner organizations can manage the authorization ...
6
votes
2answers
2k views

Azure/web-farm ready SecurityTokenCache

Our site uses ADFS for auth. To reduce the cookie payload on every request we're turning IsSessionMode on (see Your fedauth cookies on a diet). The last thing we need to do to get this working in ...
5
votes
2answers
4k views

ADAM, Active Directory, LDAP, ADFS, Identity

What is the difference/relation between ADAM, Active Directory, LDAP, ADFS, Windows Identity, cardspace and which server (Windows 2003, Windows 2008) uses what?
5
votes
2answers
1k 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 ...
5
votes
2answers
429 views

How can I imitate Stack Overflows SSO? Particularly where it federates with serverfault.com?

How does Stack Overflow's SSO work? ... whatever it is they are doing it seems to work for all sites in the network. I'd like to learn what Stack is doing so I can see if it's possible to get a ...
5
votes
3answers
2k views

ADFS (CRM 2011) - Authentication Issue in Microsoft Outlook Client for CRM (Response.Redirect(…) & Window.Open(…))

Before I start, our customers have to connect through AFDS to be able to go on the CRM 2011. So we are talking about an “IFD”-environment. I’m having a problem when using the “CRM 2011 Outlook ...
5
votes
1answer
125 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 ...
5
votes
1answer
1k 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
2answers
3k views

NTLM authentication to AD FS for non-IE browser without 'Extended Protection' switched off?

When using NTLM authentication to AD FS 2.0, from Google Chrome or Firefox 3.5+ running on Windows, then this results in a repeated sign-in dialog and finally sign-in failure, with 'Audit Failure' ...
4
votes
1answer
6k views

ADFS v2.0 : Finding errors referenced by the reference number

I get a number of browser error messages using ADFS, all of the form. There was a problem accessing the site. Try to browse to the site again. If the problem persists, contact the ...
4
votes
2answers
4k 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 ...
4
votes
1answer
5k views

What's the difference between WS-Trust, OpenID, and SAML Passive?

Seems that Microsoft ADFSv2 supports WS-Trust, and SAML Passive, but the WIF stack it's built upon doesn't support SAML. What is the difference between WS-Trust and SAML-P? Do they share the same ...
3
votes
4answers
2k views

What's a good way to get started integrating ADFS with AzMan?

Does anyone know of any good screenscasts or documentation covering the integration Active Directory Federation Services (ADFS) with Authorization Manager (AzMan)?
3
votes
1answer
1k views

URL redirection from ADFS server

I'm using ADFS for authentication in my ASP.net web app. The STS server redirects the browser to https://test.contoso.com. STS doesn't allow any return URL parameter when redirecting the client to STS ...
3
votes
2answers
454 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 ...
3
votes
3answers
3k views

Single sign on for .NET application integrated with Active Directory

We have several customer using our web application (not intranet), some customers want their login should be integrated with their organizations Active Directory. They just want that user should ...
3
votes
1answer
1k views

Authenticate user of web service via ADFS

I was hoping that someone could confirm my understanding (or lack thereof!) of ADFS with respect to WCF. I've even drawn a pretty diagram. "Bob" uses a web app, which is hosted on Client's domains. ...
3
votes
1answer
444 views

What is keeping the users logged in after cookies are cleared in IE?

I'm having an issue where even after deleting the users cookies they are still logged in to my ASP.NET MVC site (IIS 6). HOWEVER, this only happens on my clients machine, my IE 8 on Win7 does NOT have ...
3
votes
0answers
662 views

How to federate SelfSTS with ADFS v2.0

Has anyone successfully managed to do this? SelfSTS is a WCF application not a ASP.NET one and there don't seem to be many examples or code samples for doing WCF integration? It would be really ...
2
votes
1answer
1k views

audienceUris vs. realm

This is probably a simple question, but I can't seem to find a good answer, so I'll ask here. We have an ASP.NET application using WIF. Our web.config file has a section like this: ...
2
votes
3answers
593 views

Is it possible to create a new user via ADFS?

I am in the process of scoping out whats involved in setting up single sign on using SAML and ADFS. A query has come back that I can't answer and can't seem to find anywhere. Is it possible to carry ...
2
votes
2answers
2k views

using a third party identity provider with Office 365

we are currently using an inhouse SSO solution, using 2-factor authentication, that generates SAML to allow SSO to google apps and salesforce. We are looking to allow support for Office 365. I am ...
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, ...
2
votes
2answers
31 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 ...
2
votes
2answers
201 views

preventing cross-site scripting in wtrealm

We are creating a message like following which is a SignInRequestMessage var message = Microsoft.IdentityModel.Protocols.WSFederation.WSFederationMessage.CreateFromUri(Request.Url); It has the ...
2
votes
1answer
162 views

What is the relationship / purpose between ClaimTypesRequested in the IP-STS and ClaimTypeRequired in the RP

The ClaimTypesRequested section seems to be built up from the “Claim Descriptions” tab in ADFS and the web.config and metada inherit this when “bound” via FedUtil. Does WIF compare the two in any ...
2
votes
1answer
2k views

Integrated Windows Authentication in FireFox

If my ASP.NET app is set up for ADFS using Windows Integrated Authentication, I know this will work in IE, but will it work in Firefox? I've seen some things on the web that indicate that there are ...
2
votes
1answer
323 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 ...
2
votes
3answers
1k views

ADFS single sign-on with external authentication provider

We're establishing an ADFS (2.0) that will be responsible for authenticating users for several, customer-facing systems. The authentication mechanism is out-sourced to an external partner, which ...
2
votes
1answer
647 views

Having multiple return URLs on one Relying Party Application on ACS Azure

I'd like to be able to specify the return URL of the ACS authentication when I redirect the user to his Identity Provider's log-in URL instead of the one I specified in the ACS management portal. I'll ...
2
votes
3answers
3k views

oAuth + ADFS Federation; Is this possible, and how would one go about doing it in ASP.NET MVC?

I'd like to support multiple authentication mechanisms such as oAuth and ADFS in my MVC site. Is this possible, and how would I go about using one or the other? My understanding is that ADFS/WIF ...
2
votes
1answer
561 views

system.web configSection and system.webServer

I'm trying to move our site from a IIS6 to IIS7 and have a problem we're using ADFS for and in IIS6 the setup looks something like: <sectionGroup name="system.web"> <section name="websso" ...
2
votes
0answers
11 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', ...
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) ...
2
votes
0answers
116 views

Create claim-based Rest WCF

I have two domains. Each one has ADFS. In domain B I have a claim based SOAP WCF service and in domain A I have an active client. The client knows through configuration only, to: Go to A's ADFS and ...
2
votes
0answers
294 views

Publishing an Excel Workbook in Sharepoint Site

i have an excel workbook and i need to publish that work book in a sharepoint site using Excel VBA. So Ihave Created a method in a module using below code Private sc_Lists As SoapClient30 Public ...
2
votes
0answers
274 views

Calling WIF (SAML) secured WCF REST service from Javascript (jQuery)

I'm beginning to have doubts as to if this is possible but I'm hoping that someone out there has a deeper understanding of the mechanics than I do. We are planning to host a pure javascript form in ...
2
votes
2answers
718 views

Unexpected end of file. Following elements are not closed: Cookie, SecurityContextToken. Line 1, position 2998

I have implemented ADFS authentication for an asp.net 4.0 application. I have hosted the application in the production environment with webfarm configuration. The website works well and all the images ...
2
votes
2answers
852 views

How do I implement custom role authorization with ADFS in ASP.Net MVC2?

I'm pretty new with ADFS and and Custom Role authorization so any help (and a lot of patience) would be greatly appreciated. I'm trying to set up ADFS with custom authorization. I have the ADFS set ...
1
vote
2answers
2k views

Is anyone really using Active Directory Federation Services? Is this a technology worth investing in?

More generally, who is successfully using WIF/ADFS/SSO on the Windows platform, and is it worth implementing, and what is the likeliness it will be a lasting technology? On the surface, from reading ...
1
vote
2answers
3k views

ADFS v2.0 : How to federate with Windows Live, OpenID and Facebook

We have ADFS 2.0 running and have federated with various STS. Is it possible to federate with Windows Live, OpenID and Facebook? Some of our users already have these types of credentials and it ...
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 ...
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 ...
1
vote
3answers
589 views

Reauthenticate using ADFS?

I am being tasked with writing an asp.net web app that will use ADFS for authentication. However, at one stage in the application users will have to re-authenticate and supply their username and ...
1
vote
1answer
689 views

Where is WIF Security Token timeout coming from?

One of the events on the SessionAuthenticationModule class is SessionSecurityTokenReceived. This allows us to look at the session token that we receive from AD FS. The SessionToken as two properties ...
1
vote
1answer
460 views

How to deploy asp.net web application to development team via TFS when setting up ADFS authentication

I am working on a asp.net web application that has is a part of TFS and is used by the development team. Recently as part of the project we setup ADFS and are now attempting to enforce authentication ...
1
vote
3answers
2k views

Have ADFS authenticate against ASP.NET Membership database

Is it possible to make make ADFS to authenticate a user against an ASP.NET Membership database in SQL Server? Alternatively can a .NET C# plug-in be created and installed in ADFS which could provide ...
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 ...

1 2 3 4