
Support
This integration is community supported. Learn more
Imgur
Enable Imgur login for your Auth0 application
Imgur is an image hosting and sharing community that boasts over 100 million active users per month. It is home to millions of viral images and is frequently used to host images across the popular forum website, Reddit.com.
A common pain point for most applications is getting users to sign up. With this Auth0 integration, you can speed up onboarding by allowing Imgur users to sign in to your Auth0 application using their existing Imgur account.
Support
This integration is community supported. Learn more
Reach
Imgur is home to over 100 million active users. Take advantage of this huge user base by adding Imgur login to your application.
Expedite Onboarding
Reduce the number of steps users need to execute to sign up for your application. Improve onboarding by allowing them to sign in with their Imgur account.
User Profiles
Once a user authenticates to your application using their Imgur login, your application can request profile information about the user from their Imgur account.
The Imgur social connection allows users to log in to your application using their Imgur 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 an Imgur account.
Set up app in Imgur
Set up an app in the Imgur Developer Portal. During this process, Imgur 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