Hi @Zsolt Feher · Thank you for reaching out.
When requesting the code, you can use Oauth parameter response_mode= query or fragment or form_post. When you use query or fragment, it provides the code as a query string parameter on your redirect URI. Where, form_post executes a POST containing the code to your redirect URI, which is happening in your case.
I would suggest you to use response_mode= either query or fragment
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.