auth0 / express-openid-connect

An Express.js middleware to protect OpenID Connect web applications.
MIT License
473 stars 145 forks source link

OIDC Back-Channel Logout #484

Closed adamjmcgrath closed 1 year ago

adamjmcgrath commented 1 year ago

Description

Add support for OpenID Connect Back-Channel Logout https://openid.net/specs/openid-connect-backchannel-1_0.html

References

fixes #383

Testing

https://github.com/auth0-samples/auth0-express-webapp-sample/assets/1299658/24774526-7235-4c77-94c5-5ceecf0a5109

https://github.com/auth0-samples/auth0-express-webapp-sample/tree/backchannel-logout-demo/02-Back-Channel-Logout

Checklist