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.
1
vote
3answers
585 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 ...
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 ...
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 ...
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 ...
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' ...
5
votes
2answers
427 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 ...
2
votes
3answers
589 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 ...
1
vote
1answer
291 views
ADFS 2.0 and jsonp
I have a main web-site that uses passive federation (ADFS 2.0)
This website has javascript that calls out to an MVC Web API site using jsonp.
I am trying to get this WebAPI to participate in Single ...
1
vote
2answers
399 views
Storage of Role-based Permissions using ADFS and WIF
I'm working on a project which uses Active Directory for user information, ADFS for Authentication and SSO, and several custom applications all built with ASP.NET MVC.
The authorization model is ...
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 ...
0
votes
2answers
401 views
ADFS 2.0 Configured to authenticate users from ADAM
How to configure ADFS to different ADAM store rather than the domain/AD the ADFS is installed on?
For example: ADFS 2.0 is installed on xyz.com domain & users authentication happen with some ADAM ...
0
votes
3answers
1k views
ADFS get all roles for a Logged in user
i am using this sample application provided in http://technet.microsoft.com/en-us/library/cc753987%28WS.10%29.aspx
to play around with ADFS claim aware application.
my question is how can i get all ...
0
votes
0answers
2k views
Implementing SAML2 SP-initiated use case with Weblogic 10.3.4. and ADFS
I am trying to implement the SP-initiated use case. For this what I have is:
Identity Provider: a Federation
Service (Active Directory). For me
is a "black box". The only thing
that I am suppose to ...
0
votes
2answers
427 views
Geneva Server And SQL Store
I have heard from some of the microsoft connect blogs that Geneva Server works with AD/LDAP as identity providers. If I have to configure my own custom attribute store in SQL server, with these users ...