From ec1a35bf66137ae901b4d384535ae423dd0130e2 Mon Sep 17 00:00:00 2001 From: Maria Khrustaleva Date: Wed, 25 Dec 2024 17:16:43 +0100 Subject: [PATCH] fix --- .../social-accounts-configuration.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/site/content/en/docs/enterprise/social-accounts-configuration.md b/site/content/en/docs/enterprise/social-accounts-configuration.md index ee1dd7d4f322..f9489d0a8cfb 100644 --- a/site/content/en/docs/enterprise/social-accounts-configuration.md +++ b/site/content/en/docs/enterprise/social-accounts-configuration.md @@ -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: @@ -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. @@ -106,7 +100,7 @@ There are 2 basic steps to enable GitHub account authentication. > but don't forget to add required permissions. >
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: