Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIDC Back-Channel Logout #484

Merged
merged 2 commits into from
Sep 15, 2023
Merged

OIDC Back-Channel Logout #484

merged 2 commits into from
Sep 15, 2023

Conversation

adamjmcgrath
Copy link
Contributor

Description

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

References

fixes #383

Testing

screencast.mp4

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

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@adamjmcgrath adamjmcgrath requested a review from a team as a code owner September 11, 2023 16:28
examples/backchannel-logout-custom-genid.js Dismissed Show dismissed Hide dismissed
examples/backchannel-logout.js Dismissed Show dismissed Hide dismissed
examples/backchannel-logout-custom-query-store.js Dismissed Show dismissed Hide dismissed
middleware/auth.js Dismissed Show dismissed Hide dismissed
@adamjmcgrath adamjmcgrath force-pushed the back-channel-logout branch 2 times, most recently from 96f1226 to 86b21b2 Compare September 12, 2023 09:37
@@ -18,6 +18,7 @@ let encryption, signing;
* @see https://tools.ietf.org/html/rfc5869
*
*/
/* istanbul ignore else */
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't get hit since I upgraded the circleci Node image - will go back and setup the CI to run on multiple Node versions in another PR

EXAMPLES.md Outdated Show resolved Hide resolved
@adamjmcgrath adamjmcgrath merged commit 864fb04 into master Sep 15, 2023
9 checks passed
@adamjmcgrath adamjmcgrath deleted the back-channel-logout branch September 15, 2023 09:38
@adamjmcgrath adamjmcgrath mentioned this pull request Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

backchannel logout token verification
2 participants