abundant-baker-49319
12/13/2024, 8:51 AMbrief-egg-61061
12/13/2024, 8:51 AMbrief-egg-61061
12/13/2024, 8:52 AMcsrf_token
and the provider
fields [Ory API Reference](https://www.ory.sh/docs/reference/api). 3. Browser Behavior: Different browsers may handle cookies and form submissions slightly differently, which could explain the discrepancy you're seeing between browser profiles. To troubleshoot this issue, you could: 1. Ensure that your implementation correctly includes both the csrf_token
and provider
fields when submitting the OIDC login flow. 2. Check if there are any browser extensions or settings in the profile where only the csrf_token
is sent that might be interfering with the form submission. 3. Verify that cookies are being properly set and sent in both browser profiles. If the issue persists, you may want to reach out to Ory support or check their community forums for more specific guidance on Ory Elements and OIDC submissions across different browsers.