DataShades / ckanext-saml2

SAML2 Authentication extension for CKAN
5 stars 23 forks source link

Let pysaml2 send LogoutResponses #58

Closed MrkGrgsn closed 7 years ago

MrkGrgsn commented 7 years ago

Basically, let pysaml2 do what it's supposed to.

Note that this is a breaking change and requires that repoze.who is configured to use pysaml2's challenge decider. Only supports responses via Redirect binding.

This also depends on fixes not yet merged into pysaml2: https://github.com/rohe/pysaml2/pull/393, https://github.com/rohe/pysaml2/pull/394, and https://github.com/rohe/pysaml2/pull/395. These are merged into https://github.com/DataShades/pysaml2/tree/uat and hopefully will be in the upstream v4.5.0.

c00kiemon5ter commented 6 years ago

Hello, I have merged all three PRs with a bit of cleanup. I will release a new pysaml2 version shortly. Just wanted to say thanks.

MrkGrgsn commented 6 years ago

Thanks @c00kiemon5ter 👍