Skip to content

Commit

Permalink
Improve auth warning #81
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 2, 2023
1 parent 5434d5b commit 9368dd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions documentation/1.0/javascript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 2 additions & 4 deletions documentation/1.0/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 3 additions & 5 deletions documentation/1.0/r/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9368dd9

Please sign in to comment.