Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to the authentication with Amazon Cognito #8877

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions site/content/en/docs/enterprise/social-accounts-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@ such benefits as:

Currently, we offer three options:

- Authentication with Github.
- Authentication with Google.
- Authentication with Amazon Cognito.
- [Authentication with Google](#authentication-with-google)
- [Authentication with GitHub](#authentication-with-github)
- [Authentication with Amazon Cognito](#authentication-with-amazon-cognito)

With more to come soon. Stay tuned!

See:

- [Enable authentication with a Google account](#enable-authentication-with-a-google-account)
- [Enable authentication with a GitHub account](#enable-authentication-with-a-github-account)
- [Enable authentication with an Amazon Cognito](#enable-authentication-with-an-amazon-cognito)

## Enable authentication with a Google account
## Authentication with Google

To enable authentication, do the following:

Expand Down Expand Up @@ -72,7 +66,7 @@ To enable authentication, do the following:
docker compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.override.yml up -d --build
```

## Enable authentication with a GitHub account
## Authentication with GitHub

There are 2 basic steps to enable GitHub account authentication.

Expand Down Expand Up @@ -106,7 +100,7 @@ There are 2 basic steps to enable GitHub account authentication.
> but don't forget to add required permissions.
> <br>In the **Permission** > **Account permissions** > **Email addresses** must be set to **read-only**.

## Enable authentication with Amazon Cognito
## Authentication with Amazon Cognito

To enable authentication with Amazon Cognito for your CVAT instance, follow these steps:

Expand Down
Loading