From 9368dd93087732991eca35a2b72b634330f10c8b Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 2 Nov 2023 10:37:34 +0100 Subject: [PATCH] Improve auth warning #81 --- documentation/1.0/javascript/index.md | 6 ++---- documentation/1.0/python/index.md | 6 ++---- documentation/1.0/r/index.md | 8 +++----- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/documentation/1.0/javascript/index.md b/documentation/1.0/javascript/index.md index 5455afeeb..76fe08471 100644 --- a/documentation/1.0/javascript/index.md +++ b/documentation/1.0/javascript/index.md @@ -165,10 +165,8 @@ You can also have a look at the [openEO Hub](https://hub.openeo.org/) to see the The Basic authentication method is a common way of authenticate HTTP requests given username and password. -::: warning -The preferred authentication method is OpenID Connect due to better security mechanisms implemented in the OpenID Connect protocol. -If possible, use OpenID Connect instead of HTTP Basic authentication. -The Google Earth Engine doesn't support OpenID Connect yet. +::: tip Recommendation +The Google Earth Engine implementation for openEO only supports Basic authentication, but generally the preferred authentication method is [OpenID Connect](#openid-connect-authentication) due to better security mechanisms implemented in the OpenID Connect protocol. ::: The following code snippet shows how to log in via Basic authentication: diff --git a/documentation/1.0/python/index.md b/documentation/1.0/python/index.md index a770e8a35..3e81249ba 100644 --- a/documentation/1.0/python/index.md +++ b/documentation/1.0/python/index.md @@ -134,10 +134,8 @@ A detailed description of why and how to use the authentication methods is on th The Basic authentication method is a common way of authenticate HTTP requests given username and password. -::: warning -The preferred authentication method is OpenID Connect due to better security mechanisms implemented in the OpenID Connect protocol. -If possible, use OpenID Connect instead of HTTP Basic authentication. -The Google Earth Engine doesn't support OpenID Connect yet. +::: tip Recommendation +The Google Earth Engine implementation for openEO only supports Basic authentication, but generally the preferred authentication method is [OpenID Connect](#openid-connect-authentication) due to better security mechanisms implemented in the OpenID Connect protocol. ::: The following code snippet shows how to log in via Basic authentication: diff --git a/documentation/1.0/r/index.md b/documentation/1.0/r/index.md index bc171b2e3..03dc11d8a 100644 --- a/documentation/1.0/r/index.md +++ b/documentation/1.0/r/index.md @@ -123,11 +123,9 @@ For Google Earth Engine, only [Basic Authentication](#basic-authentication) is s The Basic authentication method is a common way of authenticate HTTP requests given username and password. -::: warning -The preferred authentication method is OpenID Connect due to better security mechanisms implemented in the OpenID Connect protocol. -If possible, use OpenID Connect instead of HTTP Basic authentication. -The Google Earth Engine doesn't support OpenID Connect yet. -::: +::: tip Recommendation +The Google Earth Engine implementation for openEO only supports Basic authentication, but generally the preferred authentication method is [OpenID Connect](#openid-connect-authentication) due to better security mechanisms implemented in the OpenID Connect protocol. +::: The following code snippet shows how to log in via Basic authentication: ```r