-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Bug]: Self Service Account Session Revocation Fails #3007
Comments
Adding more details on this bug; the following error is logged to the FA server log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Setup 1. Establish a Account session by logging in to https://local.fusionauth.io/account/?client_id=
jwt
tab for the Tenant or overridden on the application level under the samejwt
tabhttps://local.fusionauth.io/account/logout?client_id=<client(same)>
500
error.Other consequences
The following occurs when the Account Pages Remove a session
https://local.fusionauth.io/account/logout?client_id=<client>
a. This kills the Self Service Account Session
oauth2/logout?clientId=<client>
a. This allows the integrator to remove the SSO session as well as any backend sessions in accordance with this doc.
So functionally, a call to logout of the Account Pages is a call to remove both the Account Session and other related OAuth Sessions. Therefore, when 500 error occurs the user might not successfully revoke the Account Self Service Session (step 1) as well as the sessionss linked to the oauth workflows (step 2)
Workarounds
You can set a super long duration for the AT - this has security consequences/tradeoffs that you may not want to allow.
Version
1.55.1
Affects Versions
No response
The text was updated successfully, but these errors were encountered: