From 3641c771a2cd14807c2aef7be06db000154f3b23 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Wed, 6 Mar 2024 08:54:43 +0100 Subject: [PATCH] Update sda/cmd/auth/auth.md Co-authored-by: Alex Aperis <76202622+aaperis@users.noreply.github.com> --- sda/cmd/auth/auth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sda/cmd/auth/auth.md b/sda/cmd/auth/auth.md index f8c1127be..44bc4b366 100644 --- a/sda/cmd/auth/auth.md +++ b/sda/cmd/auth/auth.md @@ -2,11 +2,11 @@ This service allows users to log in both via LS-AAI (OIDC) or EGA (NSS). -After successsful authentication the users will be able to get `accesstoken` and download the `S3 config file` needed in order to be able to upload files to the [S3Inbox service](../s3inbox/s3inbox.md). +After successful authentication users will be able to get the `access token` and download the `S3 config file` needed in order to be able to upload files to the [S3Inbox service](../s3inbox/s3inbox.md). ## Choosing provider login -The `auth` allows for two different type of login providers: `EGA` and `LS_AAI` (OIDC). It is possible, however, to run the service using only one of the providers. +The `auth` allows for two different types of login providers: `EGA` and `LS_AAI` (OIDC). It is possible, to run the service using both or only one of the providers. In order to remove the `EGA` option, remove the `CEGA_ID` and `CEGA_SECRET` options from the configuration, while for removing the `LS-AAI` option, remove the `OIDC_ID` and `OIDC_SECRET` variables.