Hello everyone.
I would like to know.
What I want to do.
I want to use the Auth0 feature to do social login with my Twitter account.
having trouble with this.
The login fails.
⇒I checked the user of Auth0.
⇒I want to use the Auth0 function to log in socially.
★Questions
I have a problem with the “Setup Guide” on the Twitter setup screen.
================
User’s email address is missing from retrieved user profile
Twitter connections do not retrieve the user’s email address by default. However, you can add a rule to request the email address using the Access Token returned from Twitter providing you supply a privacy policy and terms & conditions.
Auth0 provides a rule template to get email addresses from Twitter. To use it, create a new rule with the Get Email Address from Twitter template under the Enrich Profile section.
If you are using Auth0 developer keys, this functionality will not work; you will need to use your Twitter API Key and API Secret Key.
You must also explicitly request permission to retrieve user email addresses for your Twitter app:
Log in to Twitter Developer Project and App Management.
Choose your project, and then your app settings.
Click Edit next to Authentication settings, then toggle the switch to enable Request email address from users.
Enter the appropriate links in the Terms of service and Privacy policy fields, then click Save.
================
I don’t know what to do when I see this.
Do I need to modify the source code or do I need to do something on the Auth0 setup screen?
★use Platforms
EC-CUBE4