I wish to add to an OAuth 2.0 request a value to query string parameter "state=", specifically an RSA encoded JWT that is 512 characters long.
However, Dropbox https://www.dropbox.com/oauth2/authorize is returning an error:
Error (400) "state": must be at most 500 characters, got 511.
I am not getting this error with other online file storage providers, for example, not with either Google Drive nor with Box.
Is there a way to extend the value of "state" to be longer?
Thank you, much appreciated.