OAuth Applications
Create and manage OAuth applications connected to your Configo account.
Overview
The OAuth Applications page lets you view and manage the applications connected to your account via OAuth. From here you can create new applications, edit existing ones, view their access permissions, and remove applications you no longer need.
Application list
The page shows a table of your OAuth applications with the following information:
- Name — the name of the application.
- Created — the date the application was added.
If you haven't created any applications yet, the table will show an empty state instead.
Creating an application
- Click the Add button at the top of the page.
- Enter an application name.
- Enter one or more redirect URIs (one per line) — these are the addresses your application will be redirected to after authorization.
- Select the permissions (scopes) the application should have access to. At least one permission must be selected before saving.
- Click Save.
After saving, you'll be shown the application's Client ID and Client Secret once. The secret is hidden by default — click the eye icon to reveal it, the copy icon to copy it, or Download to save both credentials as a text file.
Important: the client secret is shown only once and is not stored anywhere you can retrieve it later. Make sure to save it before closing this screen.
Editing an application
- Click the edit icon next to an application in the list.
- Update the name, redirect URIs, or permissions as needed.
- Click Save.
Editing an application does not generate a new secret — your existing credentials remain valid.
Deleting an application
Click the delete icon next to an application to remove it. The application is removed from the list immediately, and any integrations using its credentials will stop working.
Permissions (scopes)
Each application must be granted at least one permission, which determines what it's allowed to access on your behalf. Permissions can be toggled on or off individually when creating or editing an application.