Connect Tumblr to Auth0
1
Set up app in Tumblr
- Sign up for a Tumblr Developer account
- Create a new application in the Tumblr Developer Console if you don’t have one already by select Or register a new application.
- You should be able to see your app in the list of applications
-
Make sure to fill the Default callback URL and OAuth2 redirect URLs with your Tenant’s callback URL
- Redirect URI:
https://YOUR_AUTH0_DOMAIN/login/callback
You can find the Auth0 domain in the Auth0 Dashboard.You can find this under Applications > [Your Application] > Settings > Basic Information > Domain.If you are using the custom domains feature, your Auth0 domain is the custom domain. You can find this under Branding > Custom Domains. - Redirect URI:
- Note your OAuth consumer key and OAuth consumer secret
2
Auth0 setup
Token Vault configuration example
To configure the Token Vault for your Tumblr connection, you can use the following code snippet in your application:Next steps
- To learn how to configure applications to access Token Vault, read Configure Token Vault.
- If your application uses Organizations, authenticate the user with the target organization before initiating the Connected Accounts flow. Connected accounts remain linked to the individual user profile.
- To learn how to get an access token to make a tool call, complete the Call other’s APIs on user’s behalf Quickstart.