- Go to Dashboard > Applications > Applications and click Create Application.
- Enter a descriptive name for your application, select Machine to Machine Applications, and click Create.
- Select the API you want to be able to call from your application.
-
Each M2M app that accesses an API must be granted a set of permissions (or scopes) that should be granted by the authenticated user. To learn how to add permissions, see Add API Permissions. Select the Permissions that you want to be issued as part of your application’s access token, and click Authorize.
Once the new application is created, you can configure Application Settings which includes the following tabs:
To learn more, read Application Settings.
Next steps
Once you have registered and configured your application, some common next steps are:- Configure an identity provider connection and enable it for your application (if needed for your use case).
- Modify your app code to use your Auth0-registered application. See our Auth0 Quickstarts, where you’ll find detailed instructions and samples for a variety of technologies. You’ll also learn how to implement login and logout, handle your user sessions, retrieve and display user profile information, and more.
-
Use Auth0 APIs.
- The Authentication API handles all primary identity-related functions (for example, login, logout, and get user profile). Most users consume this API through our Quickstarts, the Auth0.js library, or the Lock widget. However, if you are building all of your authentication UI manually, you will have to interact with this API directly.
- The Management API allows you to automate various tasks that can also be accessed via the Dashboard in Auth0 (for example: creating users, setting application grant types).