Hi and thanks in advance for any help.
Currently, an error occurs in [Sign In with Apple] on my web application,
Neither my server nor Auth0 show any logs, and I’m having trouble figuring out the cause.
The details are as follows.
- Screen MyApp side: sign in
https://dev.********.com/login
↓ - Screen Apple side: “Use your Apple ID to sign in to Auth0.”
Sign in with Apple ID**************
↓ - Screen Apple side: Sign in
↓ - Screen Apple side: Two-Factor Authentication
↓ - Screen Apple side: "Do you want to continue using Auth0 with Apple ID ''? "
Sign in with Apple ID**
↓ - Screen Auth0 side: error message
Looks like something went wrong!
There could be a misconfiguration in the system or a service outage. We track these errors automatically, but if the problem persists feel free to contact us with this tracking id: *************.
Please try again.
・Settings on the Auth side
Auth0 > Dashboard > Authentication > Social > Social Connections > apple > Settings
General
Name: Apple
Client ID : com.********.webapp
Client Secret Signing Key : **********
Apple Team ID : ********
Key ID : ********
Attributes: Name (checked), Email address (checked)
Advanced
Sync user profile attributes at each login: enabled
・Settings on the Apple side
App ID: created
Capabilities:
ENABLE
Sign In with Apple
Service ID: created
ENABLED
NAME : Sign in with Apple
Configure
Primary App ID : set
Website URLs
Domains and Subdomains
dev.********.com
{Auth0 Tenant Name}.us.auth0.com
Return URLs
https://dev.********.com/auth0/callback
https://{Auth0 Tenant Name}.us.auth0.com/login/callback
Key: created
Enable Services:
NAME : Sign in with Apple
CONFIGURATION : {TeamID}.jp.co.********.{ProjectName}
Configure Key
Primary App ID : set
・I can also log in with Twitter or Google.
I would appreciate it if someone could help me.
Thank you.