Console > Connected Apps to install, reauthorize, disconnect, and view providers connected to the workspace.

When to use
Use Connected Apps when:- the provider offers OAuth or a compatible official app;
- you want to avoid long-lived manual tokens;
- multiple repositories will be connected from the same installation;
- the organization wants to control permissions in the provider itself;
- you need to reconnect repositories after permission changes.
Console > Credentials when a provider or use case requires a manual credential.
Common providers
| Provider | Typical use |
|---|---|
| GitHub | Repositories, pull requests, permissions through GitHub App or connected authorization. |
| GitLab | Repositories and merge requests in compatible environments. |
| Bitbucket | Repositories and pull requests in Bitbucket workspaces. |
| Azure DevOps | Repositories and pull requests in Azure DevOps organizations. |
| Jira | Task management, PM fields, and comments associated with the review flow. |
| Linear | Issues and product context for teams that use Linear. |
| ClickUp | Tasks and product context for teams that use ClickUp. |
Install an app
Installing a connected app is an OAuth/app authorization handoff. You choose a provider, Acrity sends you to that provider to sign in and approve access, you pick which repositories the app can reach, and the provider returns you to the Console. You never register or create an app on the provider yourself—you only authorize the app Acrity already publishes.Authorize on the provider
Acrity redirects you to the provider. Sign in and confirm the correct organization, workspace, or installation.
Select repositories
In the provider, choose which repositories the app can access. You grant access to the app—there is nothing to register.
Reauthorize
Reauthorize an installation when:- the provider indicates insufficient permission;
- the organization changed access policies;
- an administrator removed permissions in the provider;
- new repositories do not appear in the list;
- the Console shows an invalid or revoked app alert.
- Go to
Console > Connected Apps. - Open the provider installation.
- Choose
Reauthorize. - On the provider, approve the requested permissions and update repository access as needed.
- Return to the Console and confirm the status.
Connect repositories from an installation
After the app is active:- Go to
Console > Connected Apps. - Open the provider installation.
- Review the repositories the app was authorized to access on the provider.
- Select the target repositories.
- Confirm the connection.
- Complete settings in
Console > Repositories.
Disconnect an installation
Disconnecting removes Acrity’s link to the selected installation. Before disconnecting:- review repositories that depend on the installation;
- confirm whether an alternative credential or connector exists;
- notify Workspace admins;
- review webhooks or permissions kept in the provider.
Connected Apps vs credentials
| Option | Best when | Note |
|---|---|---|
| Connected App | The provider offers OAuth installation or an official app. | Preferred for centralized management and reauthorization. |
| Manual credential | The use case requires a token, password, app password, or specific key. | Use minimum scope and review validity periodically. |
| Local connector | The VCS is private, self-hosted, or must be accessed from the customer’s network. | VCS access is mediated by a local component. |
Common issues
| Symptom | What to check |
|---|---|
| Installation appears invalid | Reauthorize the app and confirm permissions in the provider. |
| Repository does not appear | Check whether the repository was selected/authorized in the provider. |
| Provider shows callback error | Confirm that you are using the correct Acrity environment and provider app. |
| I cannot disconnect | Check your workspace role and pending repositories associated with the installation. |
| Insufficient permissions | Ask a provider owner to grant the minimum required access. |
Security
Acrity requests only the permissions required to run enabled flows. Tokens and credentials associated with Connected Apps follow the policy described inSecurity > Credentials and tokens.