Open mrudatsprint opened 1 month ago
Logout in the Hosted Backend API doesn't support passing the state query string parameter.
I would like to pass the state query string parameter when calling /app/logout in the Hosted Backend API.
/app/logout
Call /oauth2/logout directly passing the state query string parameter.
/oauth2/logout
When the functionality is added, for example the Javascript SDK could pass the state query string parameter to startLogout
startLogout
All issues filed in this repository must abide by the FusionAuth community guidelines.
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.
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.