- Application Name: the name of the application that’ll be shown to the final users.
- Client Type: the type of client you are creating. Read more
- Redirect URIs: for security reasons, you need to declare your application URL where the users will be redirected after granting access to their data.
When configuring your OAuth client, you must use an
https://
URL for security reasons. We blockhttp://
URLs, except when the hostname islocalhost
. This exception allows you to usehttp://localhost
for convenient testing in development mode. - Scopes: the list of scopes your app will be able to ask for. To improve privacy and security, select only the scopes you really need for your application.
- Homepage URL: the URL of your application. It’ll be shown to the final users on the authorization page.