Hi @joshua thanks for your answer.
I couldn't see an error log on the fusion auth side.
But we are using Nginx and I saw 403 error logs on that side,
/var/log/nginx/access.log: - [25/Jun/2021:12:37:24 -0400] "POST /oauth2/authorize HTTP/1.1" 403 0 "https://fusionauthcallbackurl.com/callbackmethod/"
as far as I understand Fusion Auth wants to do a redirect (for Oauth login callback), but nginx returns 403 and sometimes 404 error for this request. Do you have an opinion for this problem?
What can I do, so that Nginx doesn't block/change the redirect that fusion auth wants to do.