Sign in with Apple for websites only working in Safari

Hello,

We are implementing Sign in with Apple and it works perfectly in Safari (for iOS, iPadOS and MacOS) but it fails with any no-Safari browser. The app has not been submitted to the App Store yet. If we try to use the "Continue with Apple' button from a webpage in a non-Safari browser we always receive:

invalid_request
Application is not authorized to access the requested information.

Why is this happening?

Thanks
After some trial we found a solution: we were using the JS Apple Sign In button with parameter:

<meta name="appleid-signin-scope" content="names email">

This parameter will work in Safari but will give an error in any other browser. Removing this parameter allowed it to work in non-Safari as well.
Accepted Answer
After some trial we found a solution: we were using the JS Apple Sign In button with parameter:

<meta name="appleid-signin-scope" content="names email">

This parameter will work in Safari but will give an error in any other browser. Removing this parameter allowed it to work in non-Safari as well.
Sign in with Apple for websites only working in Safari
 
 
Q