-
Notifications
You must be signed in to change notification settings - Fork 400
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
Adds ability to validate Logout token #251
base: v3
Are you sure you want to change the base?
Conversation
Sorry to bother, may I ask when this will be merged? |
@aspeteRakete do you have some insights why this PR is not merged? |
I think @ericchiang was concerned that backchannel logout is still in draft state. As can be seen in this comment: #211 (comment) The last rev of the spec was published on August 7, 2020. But at least it is not listed as inactive. |
Ah I see. Unfortunately it is two years ago since last update Anyway, thanks for the PR 👍🏼. Would like to see it implemented |
You can of course use my fork if you want to use backchannel logout. Just updated the branch to contain the latest upstream changes. |
Is there any update on this? |
Is this PR moving forward? Looks like it's official https://openid.net/specs/openid-connect-backchannel-1_0.html |
Since backchannel logout is official, I think this PR should be merged. |
Any news here? Would greatly appreciate this critical feature. |
This is still desired |
Hey @ericchiang, since this is official https://openid.net/specs/openid-connect-backchannel-1_0.html, could you take a look on this PR? This blocks an important feature for oauth2-proxy oauth2-proxy/oauth2-proxy#1224 |
Adds the ability to validate a Logout Token according to https://openid.net/specs/openid-connect-backchannel-1_0.html
ericchiang:mod branch is already merged.
Closes #211