OpenID-Connect-PHP icon indicating copy to clipboard operation
OpenID-Connect-PHP copied to clipboard

Back-Channel Logout

Open binary-sort opened this issue 7 years ago • 5 comments

Is back channel logout supported?

binary-sort avatar Feb 10 '18 12:02 binary-sort

@binary-sort I don't believe so. Is this something we should consider?

jumbojett avatar Feb 10 '18 14:02 jumbojett

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

binary-sort avatar Feb 12 '18 12:02 binary-sort

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 avatar Feb 12 '18 14:02 jumbojett

@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)

PrivatePuffin avatar Sep 15 '20 11:09 PrivatePuffin

Take a look at https://github.com/jumbojett/OpenID-Connect-PHP/pull/302 which solves back-channel logout requirements for me.

mig5 avatar Jun 03 '22 02:06 mig5