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
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered:
Add state parameter to Logout in the Hosted Backend API
Problem
Logout in the Hosted Backend API doesn't support passing the state query string parameter.
Solution
I would like to pass the state query string parameter when calling
/app/logout
in the Hosted Backend API.Alternatives/workarounds
Call
/oauth2/logout
directly passing the state query string parameter.Additional context
When the functionality is added, for example the Javascript SDK could pass the state query string parameter to
startLogout
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: