Microsoft Active Directory Federation Services 2.0 is the May 2010 version of AD FS. It is a Security Token Service. This means that it offers a set of web services for authenticating users and programmatic clients against Active Directory, creating security tokens that can be used as sign-in ...
6
votes
3answers
182 views
AD FS 2.0 Authentication and AJAX
I have a web site that is trying to call an MVC controller action on another web site. These sites are both setup as relying party trusts in AD FS 2.0. Everything authenticates and works fine when ...
5
votes
1answer
1k views
Does ADFS 2.0 supports the SAML 1.1 protocol and Web SSO profiles?
Does ADFS 2.0 supports the SAML 1.1 protocol and Web SSO profiles as mentionend in this Wikipedia article or are only SAML 1.1 tokens supported?
4
votes
2answers
730 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 ...
3
votes
0answers
133 views
Is it possible to modify ADFS to use NTLM credentials if present to authenticate a user?
We are using CRM 2011 w/ ADFS 2.0. Our users would like for one url to be used for both internal and external users, but w/ the IFD Config in CRM 2011 this is not possible if we also want to use ...
3
votes
2answers
345 views
How do I change my WCF's FederationMetadata.xml file for various deployments?
We have an ADFS 2.0 installation that's working well for our MVC apps in our various environments. I believe it uses "passive authentication" (I'm still getting used to the proper terminology) - it ...
3
votes
2answers
1k 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
3answers
433 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
1k 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
...
3
votes
1answer
1k views
Error - A SignInResponse message may only redirect within the current web application - MVC 2.0 application
I have a situation where we have a MVC 2 application(I tried this with a basic MVC 2 app without any extra stuff, still same problem) and am using adfs 2 for authenticating my users.
So..
Now I get ...
3
votes
2answers
219 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 ...
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 ...
2
votes
1answer
12 views
ADFS Error: The root of the certificate chain is not a trusted root authority
I keep getting this error message in my Event log:
The root of the certificate chain is not a trusted root authority
It seems to be working fine, but I don't like the sound of that error, anyone ...
2
votes
2answers
164 views
Transparent SSO with SAML (IE, SAML 2.0, ADFS, Kerberos authentication)
Configuration is: ADFS 2.0 as IdP (both WS-Federation and SAML 2.0 are supported), ASP.NET app as Service Provider. When SPS requests ADFS with WS-Federation standard (WIF used) it lets me login to ...
2
votes
1answer
131 views
ADFS Login Page Localization - ASP.NET: I can't seem to be able to change language of the page dynamically
In my project we're using the default ADFS login page to log in to ADFS as single sign on. The page itself takes loads of parameters but I am unable to get any of them from the request. I've created ...
2
votes
2answers
637 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 ...
2
votes
2answers
557 views
ADFS 2.0 Web app signout
We are using a customer ASP.NET button to signout of our web app which uses ADFS for authentication. We've tried several options to try and get the app to signout properly but nothing seems to work.
...
2
votes
1answer
113 views
Classic ASP and WIF
Classic Asp (as I understand it) is not really “encouraged” by Microsoft (e.g. there is no classic ASP project in VS) and essentially is a collection of asp pages that contain HTML and some kind of ...
2
votes
1answer
332 views
Non-claims-enabled ASP.NET applications and ADFS v2.0
This article got me thinking about what would happen with non-claims enabled ASP.NET applications when you federated them with ADFS via FedUtil.
The article suggests that the key to getting this ...
2
votes
2answers
938 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' ...
2
votes
1answer
78 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
0answers
375 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
630 views
Help required with SAML 2.0 and ADFS 2.0 !
While trying to learn the ADFS 2.0 environment, I created an empty ASP.NET Claims aware application to be the RP using Visual Studio 2010.
using ADFS 2.0 I did the following:
Created a SAML 2.0 ...
2
votes
3answers
1k views
ADFS v2.0 Error : MSIS7042: The same client browser session has made '6' requests in the last '1' seconds
Folks,
I've got an ASP.NET MVC application that I am attempting to secure using the Release Candidate version of ADFS v2.0 (Geneva). I have configured the application as a relying party trust, and ...
1
vote
0answers
52 views
ADFS - windows auth
We noticed that Windows Authentication required several round trips for each resource request in our ASP.NET MVC app. We believe that we can reduce this to one round trip per resource by passing a ...
1
vote
2answers
51 views
ADFS 2.0 httpcontext.current.user.identity.name is empty
i am using ADFS 2.0 with .net 2.0 web applciation
i am trying to get httpcontext.current.user.identity.name on my web application but it comes as empty. what claims rule do i need to set to get this ...
1
vote
2answers
99 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 ...
1
vote
1answer
64 views
How to grab serialized in http request claims in a code using WIF?
ADFS 2.0, WIF (WS-Federation), ASP.NET: There is no http modules or any IdentityFoundation configuration defined in a web.config (like most WIF SDK samples show), instead everything is done via ...
1
vote
1answer
69 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
1answer
294 views
ADFS 2.0 - Proxy / Server 503 Service Unavailable
For the past several days I've been working tirelessly to setup a test environment for development with WIF & ADFS 2.0. One of the problems that I am up against is my home environment only has ...
1
vote
1answer
117 views
How to pass values from AD FS 2.0 HomeRealmDiscovery.aspx to FormsSignIn.aspx?
The AD FS 2.0 sign-in pages are a small ASP.NET web application (using .NET 2.0), which can be customized to change the look-and-feel, and the functionality. (Such customization is explicitly ...
1
vote
1answer
104 views
Custom username/password validator
Is it possible to write a custom username/password validator which will be used in the adfs signin method (on the formssignin.aspx page)?
And if so, are there any examples?
1
vote
2answers
642 views
How can I secure Tomcat's webapps with ADFS 2.0 and SAML/SSO?
I would like to secure my webapps (on Tomcat 5.5) with ADFS SSO. The webapps are accessed from outside through Apache2 and its rewrite module.
There are several steps to make it work (random order):
...
1
vote
0answers
76 views
When I switch the IIS App Pool to “Classic” my Home Realm Discovery page doesn't show up
Background:
I'm trying to do work on the Home Realm Discovery page-- ultimately trying to inject a WHR clause to bypass the Home Realm Discovery page.
What I'm trying to do won't work unless I ...
1
vote
1answer
156 views
ADSF Secured Web Application Calling Web Services
I have Active Directory Federation Services 2.0 all setup and ready to work, but I have a scenario that falls outside pretty much everything I've read on enabling a relying party application. The 2 ...
1
vote
1answer
206 views
Deserializing Claims from RSTR token using WIF
I am building my own STS which handles different kinds protocols (WS-Federation, OAuth, etc...). I got stuck handling RSTR token which is posted by ADFS 2 to my STS.
The code I have successfully ...
1
vote
1answer
168 views
Should the FQDN for ADFS and ADFS servers be the same?
I have two ADFS 2.0 Proxy servers with the name auth.somedomain.no and two ADFS 2.0 servers with the name adfs.somedomain.no.
However, the ...
1
vote
1answer
861 views
ADFS 2.0 Error ID4175: The issuer of the security token was not recognized by the IssuerNameRegistry
The error:
ID4175: The issuer of the security
token was not recognized by the
IssuerNameRegistry. To accept security
tokens from this issuer, configure the
IssuerNameRegistry to return a ...
1
vote
0answers
166 views
Validating a SAML token at WCF Data Service level
I have a WPF client which request a SAML token from the STS. After receiving the SAML token the WPF client sends the SAML token as part of the request header to the WCF data service. At the WCF data ...
1
vote
1answer
1k views
ADFS authentication - IE8 works, Chrome fails
so, have web-site configured for ADFS 2.0 authentication...
for IE - it works fine and did authentication correct
for Chrome - it reaches redirect to AD FS server... ask to authenticate but could ...
1
vote
1answer
2k views
How do I get the OpenSSO/OpenAM Fedlet working w/ ADFS 2.0?
I'm trying to get the OpenSSO(OpenAM) fedlet up and running against an ADFS2.0 server. I've gotten imported their metadata (idp.xml) and exchanged certificates with the ADFS server. I had to remove ...
1
vote
1answer
111 views
How to map an external identity e.g Yahoo to an internal AD identity using ADFS
Imagine I have ADFS sitting on top of AD and lots of internal users who log in to a claims-aware application and get claims from the AD.
At the same time we have external users who have to first ...
1
vote
1answer
460 views
How do you use the ADFS Diagnostic Tool
I downloaded the tool and ran it on the Windows 2008 R2 server where I have ADFS v2.0 installed.
All roles etc. are greyed out as are the buttons on the LHS.
The instructions say to select a new ...
1
vote
2answers
1k 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
280 views
Splitting and recombining a large string in Cookies using ASP.NET
I have a large string that I want to save in a cookie, however I don't know what the best practices are for max string length per cookie, and max cookie count.
What logic should I use to split the ...
1
vote
1answer
1k views
Configuring SSO utilizing ADFS 2.0, SAML 2.0, and simpleSAMLphp
My knowledge of these systems is not large so please forgive me if I am asking dumb questions.
I hope to achieve the following:
Idp (AD FS 2.0) -> SAML 2.0 -> Sp (simpleSAMLphp)
*I don't need ...
1
vote
2answers
181 views
Two app instances, same Relying Party in AD FS 2
I currently have a copy of the app deployed to my local IIS as debug.wifclientapp.com and it will go to the ADFS server to authenticat but when it redirects after successful authentication it goes to ...
1
vote
1answer
282 views
Enable anonymous access to ADFS 2.0 SharePoint site
I have a SharePoint 2007 portal configured to authenticate againsts a STS (ADFS 2.0) using the FormsSignIn (Forms Authentication on the ADFS). Is there any way to have a few pages living in the ...
1
vote
1answer
2k 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 ...
1
vote
2answers
721 views
Active Directory authentication in wcf service
I am authenticating my ASP.Net application through Active Directory(Microsoft ADFS Proxy). Now I want to move this authentication to WCF service so that authentication will b done there and later on ...
0
votes
1answer
35 views
Server cannot modify cookies after HTTP headers have been sent + asp.net mvc + adfs signout
I have implemented Signout functionality for an asp.net mvc application. I have a button called SignOut and for the button click I hooked the code in a Controller class as mentioned below:
public ...