OpenConext / Mujina

A mock IDP and SP using the OpenSAML library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Logout support

Itachi-Uchiha78 opened this issue · comments

Hi,

I need this feature, have you guys any project related to this argument?
If not, can anybody point me in the right direction to implement on my own?

thanks

See the last comment in #16. For a PR you could look at the original https://github.com/OpenConext/Mujina/pull/16/files and try to port it to the new code base.

I saw that code but it's pretty convoluted since this new Mujina is very optimized compared the old.
That said I've implemented my working SLO starting from SAML docs with very few instructions.
Still need to test with signed calls, but the flow works like a charm.

Thanks for the support and this Mujina!