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
472 views

WIF passive federation with custom load balancer in place

I'm implementing a simple load balancer - it's an http listener which parses incoming requests from browser and routes them to appropriate ASP.NET application. It listens on a certain port (8801) and ...
0
votes
2answers
395 views

Active Directory user federation with Rails?

Is it possible to use existing AD users to authenticate them in a ruby on rails app? To be a bit more precise here's the current situation. A rails app is hosted on a linux box. Currently Brightbox ...
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 ...