JanAce
Hi!
I'm building an OAUTH authorization flow initiated from a Google platform. In the authorization URL Google passes along a very long "state" parameter (500+ char) in the URL, yielding a "verbinding niet gevonden"/'connection not found' error from Bunq.
If I shorten the length of the 'state' parameter, there is no error on Bunq' side. But since Google is using the 'state' parameter as a bookmarking value, they do not allow for any alterations. There seems to be no way to resolve this issue on my side.
Is there a maximum length of the "state" parameter on Bunq' side? And is this working as designed?