Hello,
I am getting a 400 Bad Request exception when trying to send a POST request from my Spring Boot back-end. It seems that the authorization server is unable to restore the application state when a POST is sent.
Below is a screenshot of the redirects that it makes. It seems that Auth0 sends a GET request with a body.
Can anyone help me solve this issue?