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.
0
votes
1answer
8 views
ADFS/SSO : Infinite loop when using iframe in SP2010 to load external application because of IE security settings
We're experiencing the same problems.
We have SP2010 with ADFS in place.
In an iFrame we're loading an external application which is also configured to use ADFS.
If we place an on the page we can ...
0
votes
2answers
782 views
How to use ADFS with Google Apps while still allowing gmail on mobile
I've been asking Google but cannot come up with an answer:
I would like to implement an ADFS server locally for my organization. This would be an SSO location for all apps, internal and DMZ and ...
0
votes
1answer
62 views
How do you pass a (Claims) security Token to a WIF enabled WCF service?
my escope :
How do you pass a (Claims) security Token to a WIF enabled WCF service?
Implement security asp mvc (ok)
Implement security in wcf (not ok)
Pass the token from client to wcf.(not ok)
...
0
votes
0answers
31 views
Implementing ASP.NET web with WIF & ADFS 1.0
I have developed a solution with ASP.NET front-end using WCF-services as back-end. The web-site currently authenticates using ADFS 1.0 (I do not have any control of the ADFS-implementation but it has ...
1
vote
1answer
53 views
Passive web application calling a WCF service
I've got an ASP.NET MVC application which is a passive RP with ADFS 2.0. This application redirects all unauthorised users to ADFS. Upon successful login, users are redirected back to the web app with ...
0
votes
0answers
17 views
loggin into an iOS app using a system with ADFS
I am interested in making an app that logs into a system that uses Single Sign on with ADFS and SAML.
Now I am happy to read up on it, I just was wondering if there is anything out there that is ...
0
votes
1answer
31 views
Enable ADFS Validation based on Username Format [closed]
For our site we want to enable ADFS validation only for a certain email format.
Scenario 1
Users email is in the format of [email protected]
Validate the user via ADFS
Scenario 2
username is not ...
1
vote
2answers
35 views
ADFS 2.0 simpleSAML issue: More than one claim based on SamlNameIdentifierClaimResource was produced
I am trying to setup an ADFS 2.0 IDP - simplesaml saml sp configuration, and i am blocked, the errors reported by ADFS are nowere to be found even in the official adfs documentation.
I have ...
0
votes
0answers
13 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
2answers
20 views
Adding relying parties in ADFS using C# or Powershell
I need to add Relying parties in ADFS everytime a new client comes on. I would like to automate this by just specifying either the url to the federation metadata or a file picker for the admin to ...
0
votes
2answers
43 views
after federated authentication, redirect to originally requested url
We've setup federated security using ThinkTecture server.
When a user wishes to access a particular URL, they get redirected to the Identity Provider Server (IDP), they login, get authenticated.
...
0
votes
1answer
61 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
2answers
62 views
wfresh not working with WS-Federation via ADFS
I have an application that authenticates against ADFS 2 via WS-Federation. I look for a specific claim when I get the response back from ADFS and based on that claim, I am able to authorize the user ...
0
votes
2answers
40 views
Check if List of Users are valid against adfs in C#
I have a requirement to check if the users in my application are active users in active directory.
I need to send a notification when one of the user alias becomes invalid.
In most of the examples I ...
0
votes
1answer
27 views
By what mechanism does Internet Explorer send client authetcation information to ADFS in a SSO scenario
I am trying to understand what is the mechanism which enables the user authentication details to be sent to ADFS server via Internet Explorer.
I am planning to use a cloud based service which is ...