
Support
This integration is supported by Auth0. Learn more
Yahoo
Give your Auth0-enabled apps and websites Login with Yahoo!
Yahoo makes it easy to enjoy what matters most in your user's world. Best in class Yahoo Mail, breaking local, national and global news, finance, sports, music, movies and more. Users can discover more every day and find their yodel in your apps and websites. You can quickly let your users can login with their Yahoo! accounts, supporting Yahoo! Account Key and more in a single simple integration.
Support
This integration is supported by Auth0. Learn more
The Yahoo social connection allows users to log in to your application using their Yahoo profile.
By default, Auth0 automatically syncs user profile data with each user login, thereby ensuring that changes made in the connection source are automatically updated in Auth0. Optionally, you can disable user profile data synchronization to allow for updating profile attributes from your application.
Prerequisites
Before you begin:
Set up app in Yahoo
Set up an app in Yahoo using Yahoo's Getting Started: Create an Application and Get OAuth 2.0 Credentials documentation. During this process, Yahoo will generate a _Client ID (Consumer Key)_* and Client Secret (Consumer Secret) for your application; make note of these.
While setting up your app, use the following settings:
Field | Value to Provide |
---|---|
Redirect URI | https://YOUR_DOMAIN/login/callback |
API Permissions | Select OpenID Connect Permissions, then at minimum, Email (to ensure that Yahoo returns the user's email address). |
Find your Auth0 domain name
If your Auth0 domain name is not shown above and you are not using our custom domains feature, your domain name is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus.auth0.com
. For example, if your tenant name were exampleco-enterprises
, your Auth0 domain name would be exampleco-enterprises.us.auth0.com
and your redirect URI would be https://exampleco-enterprises.us.auth0.com/login/callback
. (If your tenant is in the US and was created before June 2020, then your domain name would be https://exampleco-enterprises.auth0.com
.)
If you are using custom domains, your redirect URI will have the following format: https://<YOUR CUSTOM DOMAIN>/login/callback
.
Test connection
You're ready to test your connection.
Support
This integration is supported by Auth0. Learn more