Skip to content

Commit 95113dd

Browse files
Clean-up text
1 parent 2b53a76 commit 95113dd

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed
8.56 KB
Loading

docs/centralized-authentication-and-sso.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@ It’s very easy to get started with this approach. We’ll walk you through the
2121

2222
### 1 - Set up the integration
2323

24-
If you are using Private Packagist Cloud and the cloud version of GitHub at github.com, or Bitbucket at bitbucket.org or GitLab at gitlab.com,
24+
If you are using Private Packagist Cloud and the cloud version of GitHub at [github.com](https://github.com), or Bitbucket at [bitbucket.org](https://bitbucket.org) or GitLab at [gitlab.com](https://gitlab.com),
2525
you can skip this step. Otherwise, the first step is making sure your users can log in using the OAuth authentication flow.
2626

2727
OAuth authentication with the cloud versions of the default code hosting platforms (github.com, bitbucket.org and gitlab.com) is
2828
preconfigured on Private Packagist Cloud, but not on Private Packagist Self-Hosted.
2929

30-
Go to Settings > Integrations and press the "Add Integration" button.
30+
Go to _Settings > Integrations_ and press the "Add Integration" button.
3131

3232
![Create an integration](/Resources/public/img/docs/articles/centralized-authentication-and-sso/configure-integration.png)
3333

3434
### 2 - Connect your account via OAuth
3535

36-
Go to your profile and find the Connected Accounts section. Click on the Connect button to go through the OAuth authentication
36+
Go to your [profile](/profile) and find the _Connected Accounts_ section. Click on the "Connect" button to go through the OAuth authentication
3737
flow, and associate your Private Packagist account with your GitHub, GitLab or Bitbucket account.
3838

3939
![Connect your account via OAuth](/Resources/public/img/docs/articles/centralized-authentication-and-sso/profile-connect.png)
4040

4141
### 3 - Set up the synchronization
4242

43-
Now we can continue to set up the synchronization. In your organization, go to Settings > Synchronizations and press the
44-
Add Synchronization button. Follow the steps to complete the configuration.
43+
Now we can continue to set up the synchronization. In your organization, go to _Settings > Synchronizations_ and press the
44+
"Add Synchronization" button. Follow the steps to complete the configuration.
4545

4646
![Create synchronization](/Resources/public/img/docs/articles/centralized-authentication-and-sso/configure-synchronization.png)
4747

@@ -54,32 +54,33 @@ in your code hosting platform. If a user is removed, that same user will also be
5454

5555
If you want to control which of your users should be allowed to access Private Packagist at all, you can opt to deactivate
5656
users discovered by the synchronization by default. Then, only users that you activate manually will be able to log in.
57-
To enable this behavior, go to the Teams tab, and click on "View and manage all members of this organization" and check the box:
57+
To enable this behavior, go to the _Teams_ tab, and click on "View and manage all members of this organization" and check the box:
5858

5959
![Deactivate users discovered by sync](/Resources/public/img/docs/articles/centralized-authentication-and-sso/deactivate-sync-members.png)
6060

6161
### 4 - Enforce OAuth authentication
62+
6263
Now we can enforce OAuth authentication for all users in the organization, to ensure that users must authenticate with your
6364
identity system configured on the code hosting platform in order to access Private Packagist and cannot use an alternative
6465
method to log into Private Packagist.
6566

66-
Go to Settings > Access and apply the changes. From now on, everyone - including yourself - will be required to
67+
Go to _Settings > Access_ and apply the changes. From now on, everyone - including yourself - will be required to
6768
authenticate via your configured integration.
6869

6970
![Enforce OAuth authentication](/Resources/public/img/docs/articles/centralized-authentication-and-sso/enforce-oauth.png)
7071

7172
### 5 - Share the organization-specific login link
7273

7374
If you set up your own integration in Step 1, the final step is sharing your organization-specific login link with your users.
74-
Look for the "Login link" button in Settings > Integrations page.
75+
Look for the "Login link" button in _Settings > Integrations_ page.
7576

7677
![Login link settings](/Resources/public/img/docs/articles/centralized-authentication-and-sso/login-link-settings.png)
7778

7879
This link presents the option to authenticate with your configured integration. Once the user clicks on the
7980
"Login with <integration name>" button, the authentication process is initiated and your users are redirected to your
80-
code-hosting platform to log in.
81-
82-
If you are using one of the default platforms on Private Packagist Cloud, there is no
83-
need for a custom login link.
81+
code-hosting platform to log in. .
8482

8583
![Login link example](/Resources/public/img/docs/articles/centralized-authentication-and-sso/login-link-example.png)
84+
85+
If you are using one of the default platforms on Private Packagist Cloud, there is no
86+
need for a custom login link

0 commit comments

Comments
 (0)