openidconnect-rs icon indicating copy to clipboard operation
openidconnect-rs copied to clipboard

Support parsing logout tokens

Open Erik1000 opened this issue 2 years ago • 2 comments

I want to implement back-channel logout. For this, the OP sends an so called Logout token to the RP. The RP needs to validate this token. Since it is not equal to an IdToken, it currently can't be parsed by this library.

Erik1000 avatar Mar 25 '22 22:03 Erik1000

@ramosbugs would you mind linking #70 (or the corresponding branch) to this issue?

Erik1000 avatar Mar 27 '22 21:03 Erik1000

@ramosbugs would you mind linking #70 (or the corresponding branch) to this issue?

Sure, I think just referencing it in the PR message accomplishes that

ramosbugs avatar Mar 27 '22 21:03 ramosbugs