Skip to Content.
Sympa Menu

shibboleth-dev - RE: [Shib-Dev] Implementing SLO and help on finding out authenitcated service providers

Subject: Shibboleth Developers

List archive

RE: [Shib-Dev] Implementing SLO and help on finding out authenitcated service providers


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: [Shib-Dev] Implementing SLO and help on finding out authenitcated service providers
  • Date: Sun, 12 Jul 2009 17:17:43 -0400
  • Organization: The Ohio State University

Adam Lantos wrote on 2009-07-12:
> I'm struggling a bit with commons-httpclient now, but after I'll
> figure out how to properly use SSL client certificate authentication
> and certificate check against SP metadata - I have the bits in place
> now, it should work soon -, I'll post more details about back-channel
> logout requests issued by the IdP. I expect to get my proof-of-concept
> version working in the next few days.

It's imperative that any code involving trust be using the same security code
from the rest of the stack. It doesn't matter for your purposes, but there's
no way we would ever even look at code that was one-offing that stuff. It's
too hard to get right and we cannot afford the chance of introducing
inconsistencies. All runtime checks must be using the same trust engine code
throughout the system.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page