OpenID-Connect-PHP
OpenID-Connect-PHP copied to clipboard
Back-Channel Logout
Is back channel logout supported?
@binary-sort I don't believe so. Is this something we should consider?
I think you should consider supporting back channel logout.
You can get more information about it here: http://openid.net/specs/openid-connect-backchannel-1_0.html
Thanks for the link @binary-sort ! If you'd like to give it a pass and submit a PR. I'd be happy to review it!
@jumbojett This is basically a must-have, because it makes this package unusable with multiple sites (as it is a huge security risk if users forget to logout in everyone of the sites they have opened)
Take a look at https://github.com/jumbojett/OpenID-Connect-PHP/pull/302 which solves back-channel logout requirements for me.