Hey there!
We have problems with our OAuth authentication in Firefox. There are 4 calls happening (3 Redirects).
- Call To Login
- Call To Authorize Endpoint
- Call To … (閱讀更多)
Hey there!
We have problems with our OAuth authentication in Firefox. There are 4 calls happening (3 Redirects).
- Call To Login
- Call To Authorize Endpoint
- Call To Client SignIn
- Call To Client Homepage
The expected behavior would be
Login (302) -> Authorize (302) -> Client SignIn (302) -> Client Homepage (200)
This works in a few tested browsers. In Firefox the first three calls appear simultaneously without a status code in the network tab and the page keeps loading. After about 75 Seconds the page loading stops and the three status codes (302, 302, 302) appear. But the fourth request is missing in the network tab. (See attached images - Firefox is dark, Chrome is white)
I have redacted HAR files of both Firefox and Chrome if that helps.
Any idea why Firefox behaves like that?
Thank you for helping!
Best,
Chris