Add end session support#525
Conversation
|
@cratrifork Per https://openid.net/specs/openid-connect-session-1_0.html#RPLogout the paramater should be the previously issued ID token. |
|
Any chance this might get reviewed and merged? We'd love to have this functionality since we're having issues with getting our logout flow to respect the App Link we have registered and go back to our app, and it's probably due to the hacky workarounds. Tagging @iainmcgin since it seems like you're a current maintainer. Happy to help if I can in some way. |
|
Any updates on this PR? we are currently in the same situation and this PR will solve out problems too. |
Codecov Report
@@ Coverage Diff @@
## master #525 +/- ##
=========================================
Coverage ? 83.84%
Complexity ? 511
=========================================
Files ? 47
Lines ? 2470
Branches ? 238
=========================================
Hits ? 2071
Misses ? 312
Partials ? 87
Continue to review full report at Codecov.
|
Original-author: Sergiy Mokiyenko <smokiyenko@lohika.com>
|
Updated this PR integrating the latest changes. If you need, you may grab a binary from: https://jitpack.io/#agologan/AppAuth-Android/ed7e1946ae |
|
FYI: this added an API breaking change (removing the 3 arg constructor from |

Original-author: Sergiy Mokiyenko smokiyenko@lohika.com
See: #433
Needed the changes so I cleaned the original PR and applied existing patterns in order to match current code design.