Replies: 1 comment 2 replies
-
@purofy did you ever figure out how to do this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an next.js app with next-auth custom provider.
I’m asking myself how to implement OpenID Connect Back-Channel Logout with next-auth to support the corresponding OIDC specification https://openid.net/specs/openid-connect-backchannel-1_0.html
I assume my app should offer some endpoint for this, which validates the logout-token and destroys the clients session.
I googled quite a lot how to implement this feature with next.js + next-auth, but couldn’t find any implementation examples or topics how to implement that in next.js
Could maybe somebody here help me or share some experience on that…
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions