You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(oxauth): end session - if id_token is expired but signature is correct, we should make attempt to look up session by "sid" claim #1759 (#1763)
* fix: catch org.eclipse.jetty.http.BadMessageException: in jans #3330
Co-authored-by: YuriyZ <yzabrovarniy@gmail.com>
Describe the issue
feat(oxauth): end session - if id_token is expired but signature is correct, we should make attempt to look up session by "sid" claim
Expected behavior
AS should make attempt to look up session by
sid
claim.Actual behavior
Currently it's not the case.
The text was updated successfully, but these errors were encountered: