FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
91 stars 12 forks source link

Add state parameter to Logout in the Hosted Backend API #2895

Open mrudatsprint opened 1 month ago

mrudatsprint commented 1 month ago

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.