Safari & IOS Browsers Not Able to Sign Up with Silent Authentication

Overview

Users encountered a blank screen after trying to log out in these browsers. 

 

Symptoms

  1. Enter Login
  2. Authorize call
  3. Blank screen

 

Steps to repro 

  1. /authorize?prompt=none (among other parameters)

Applies To

  • Silent Authentication
  • Safari
  • iOS

Cause

This was happening because the usage of the canonical domain to make the call was being interpreted as third-party compared to the custom domain.

 

To troubleshoot the issue:

  • Generate a HAR file
  • Check /authorize call and check if cookies auth0 and auth0_compat  were sent.
  • Check if the /authorize call is sent from the Canonical Domain or the Custom Domain. 

Solution

Update the application code with the custom-domain.

Recommended content

No recommended content found...