1 / 15

interfedoperation

interfedoperation. Interoperating WS-Federation Jens Jensen, RAL OGF31/Taipei. What it is. WS-Federation: OASIS standard Version 1.2 (May 2009) Two modes “normal” mode – SOAP Passive mode – web So federating access rather than federation. Protocol Summary.

artan
Download Presentation

interfedoperation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. interfedoperation Interoperating WS-Federation Jens Jensen, RAL OGF31/Taipei

  2. What it is • WS-Federation: OASIS standard • Version 1.2 (May 2009) • Two modes • “normal” mode – SOAP • Passive mode – web • So federating access rather than federation

  3. Protocol Summary • Bring together IdPs and SPs • Similar to Shib, but looser federation • More flexible in some ways • E.g. redirects to other IdPs • Metadata discovery • Establishing trust between trust domains

  4. Basic Operation

  5. “Federation” – metadata discovery

  6. Objective – Plan A • STS in Azure • IdP running inside Azure • (could have been Pistoia customer) • SP running at RAL • Needed OS SP for Apache • Using pingidentity for Apache

  7. Result • It didn’t work, went on to Plan B • We made it better, but not working • Ran out of time/funding • Could pick up again later • Made squillions of lab notes (mostly paper)

  8. Specifics • Open Source client not maintained • Using old namespaces • Written for Apache 2.0 (should work for 2.2) • Needed some work to build (done partly outside the Apache build framework) • Not RFC2616 compliant (HTTP/1.1) • Redirects failed • Expected different SAML content

  9. Specifics • The STS SAML not 100% matching WSFED1.2 SAML • But this was relatively easy to fix • SAML fairly stretchy • Debugging redirects took time • Server said “error occurred” but not what – probably a security feature

  10. Lessons Learned – no surprise • Need both Java and C (or C++) implementations • Interoperating, mature, maintained • Test suite needs publishing • As part of OS code

  11. Debugging • Only possible with source code • Documented (and non-obfuscated) • Compilable • Work orthogonal to hosting environment

  12. Debugging • Inspecting over SSL sockets nearly impossible • Which is a feature  • Debug at client or server • Browser plugins – egTamperData for Moz

  13. Whither then? • Made good progress, could pick up again • Contribute back upstream? • Other OS SPs available (untested) • GENESIS II, but in Java  • Needs interest in community to thrive

More Related