Skip to content

Commit fc78ad9

Browse files
Still mention the Synchronization features on the OAuth Integrations page
1 parent cb62b7f commit fc78ad9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

features/integration-github-bitbucket-gitlab.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,48 @@ You can log into Private Packagist using an account on GitHub.com, Bitbucket.org
1212
Private Packagist integrates with the following systems:
1313

1414
#### GitHub
15-
* OAuth: Users authenticate on Private Packagist with their GitHub accounts. If you use Private Packagist Self-Hosted, first create a GitHub app by following these [steps](../docs/self-hosted/github-integration-setup.md).
15+
* OAuth: Users authenticate on Private Packagist with their GitHub accounts. If you use Private Packagist Self-Hosted, first create a GitHub app by following these [steps](../docs/self-hosted/github-integration-setup.md).
16+
* Synchronization:
17+
* Keeps teams, their members, and access permissions in sync with your GitHub organization
1618
* Code Credentials: GitHub App or GitHub API Token
1719
* Webhooks: Code changes, releases, created repositories, team creation or member changes
1820

1921
#### GitHub Enterprise Server
2022
* OAuth: Users authenticate on Private Packagist with their GitHub accounts. Follow [this setup](../docs/cloud/github-integration-setup.md) for Cloud plans or [this setup](../docs/self-hosted/github-integration-setup.md) for Self-Hosted.
23+
* Synchronization:
24+
* Keeps team members and access permissions in sync with your GitHub Enterprise organizations
2125
* Code Credentials: GitHub API Token
2226
* Webhooks: Code changes, releases, created repositories, team creation or member changes
2327

2428
#### Bitbucket Cloud (bitbucket.org)
2529
* OAuth: Users authenticate on Private Packagist with their Bitbucket accounts. If you use Private Packagist Self-Hosted, first create a Bitbucket app by following these [steps](../docs/self-hosted/bitbucket-integration-setup.md).
30+
* Synchronization:
31+
* Keeps groups, their members, and access permissions in sync with your Bitbucket workspace
2632
* Code Credentials: Bitbucket API Key or Bitbucket App Password
2733
* Webhooks: Code changes and releases
2834

2935
#### Bitbucket Data Center / Server
3036

3137
* OAuth: Users authenticate on Private Packagist with their Bitbucket Data Center / Server accounts. Follow [this setup](../docs/cloud/bitbucket-server-integration-setup.md) for Cloud plans or [this setup](../docs/self-hosted/bitbucket-server-integration-setup.md) for Self-Hosted.
38+
* Synchronization:
39+
* Keeps users and access permissions in sync with your Bitbucket Server projects
40+
* Individual collaborators aren't supported
3241
* Code Credentials: personal access token which are available since Bitbucket Server 5.5 or username and password for older versions
3342
* Webhooks: Code changes and releases
3443

3544
#### GitLab
3645
* OAuth: Users authenticate on Private Packagist with their GitLab accounts. If you use Private Packagist Self-Hosted, first create a GitLab app by following these [steps](../docs/self-hosted/gitlab-integration-setup.md).
46+
* Synchronization:
47+
* Keeps teams, their members, and access permissions in sync with your GitLab groups
48+
* Individual collaborators aren't supported
3749
* Code Credentials: GitLab API token
3850
* Webhooks: Code changes and releases
3951

4052
#### GitLab Self-Managed
4153
* OAuth: Users authenticate on Private Packagist with their GitLab accounts. Follow [this setup](../docs/cloud/gitlab-integration-setup.md) for Cloud plans or [this setup](../docs/self-hosted/gitlab-integration-setup.md) for Self-Hosted.
54+
* Synchronization:
55+
* Keeps teams, their members, and access permissions in sync with your GitLab groups
56+
* Individual collaborators aren't yet supported
4257
* Code Credentials: GitLab API Token
4358
* Webhooks: Code changes and releases
4459

0 commit comments

Comments
 (0)