
Support
This integration is community supported. Learn more
Dribbble
Leverage Dribbble's design network with the Dribbble login option
Dribbble is a community for designers to showcase their work, network, and explore other designer's creations for inspiration. With over 12 million users, Dribbble has created one of the largest networks for design professionals. Companies such as Google, Airbnb, Apple, Facebook, and Slack leverage Dribbble to showcase the top of the line work done by their design teams and connect with potential hires.
You can use the Auth0 + Dribbble integration to add the option for your users to sign into your application using their existing Dribbble account.
Support
This integration is community supported. Learn more
Easy Onboarding
Improve your application's user experience by offering the easy option to sign in with Dribbble with this integration.
Community
Dribbble has built a huge, caring community of designers that adhere to Dribbble's code of conduct. With this integration, Dribbble's upstanding users can become your own.
User Profiles
Easily integrate profile information from existing Dribbble users into your own application.
The Dribbble social connection allows users to log in to your application using their Dribbble 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, sign up for a Dribbble account.
Set up app in Dribbble
Set up an app in the Dribbble Developer Portal. During this process, Dribbble will generate a Client ID and Client 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 |
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 callback URL will have the following format: https://<YOUR CUSTOM DOMAIN>/login/callback
.
Test connection
You're ready to test your connection.
Support
This integration is community supported. Learn more