Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Logout with POST method instead of GET #1385

Open
TimonV87 opened this issue May 28, 2021 · 2 comments
Open

Logout with POST method instead of GET #1385

TimonV87 opened this issue May 28, 2021 · 2 comments
Labels

Comments

@TimonV87
Copy link

In our project we would like to use a POST to call the logout endpoint, this is because our id_token can be very big and we run into problems when we do a GET request.
How could we do this?

@brockallen
Copy link
Member

That's not currently supported, but you could get the id_token from the UserManager and build a form yourself to POST.

@TimonV87
Copy link
Author

@brockallen Thanks for the response.
So i know how to get the id_token, but what do you mean with build a form?
And can i also clear all the state myself? Like the state for the user etc?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants