Skip to content

Commit 68628a3

Browse files
authored
fix old references
1 parent c391bc5 commit 68628a3

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

  • APIs/openEO/federation/backends

APIs/openEO/federation/backends/api.qmd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ openEO federation also requires the implementation of an additional API profile,
1313
The requirement to implement two of *L1A*, *L1B*, and *L1C* has been restricted for the openEO federation to always require *L1A: Synchronous Processing* and *L1B: Batch Jobs* (see req. no. 703).
1414
This means that *L1C: Secondary Web Services* is optional.
1515

16-
![An overview of the openEO and openEO Platform API profiles.](./profiles/api.png)
16+
![An overview of the openEO and openEO Federation API profiles.](./profiles/api.png)
1717

1818
### LP: Required for openEO federation
1919

@@ -23,14 +23,14 @@ The profile only lists requirements that are not covered by the openEO profile *
2323

2424
| # | Functionality | Description |
2525
| -- | -- | -- |
26-
| 14 | All > Billing | Supports the openEO Platform credit system |
26+
| 14 | All > Billing | Supports the openEO CDSE credit system |
2727
: {tbl-colwidths="[7,43, 50]"}
2828

2929
#### File Formats
3030

3131
| # | Functionality | Description |
3232
| -- | -- | -- |
33-
| 45 | `GET /file_formats` | File format names and parameters aligned with openEO Platform as defined for the pre-defined [file formats](./fileformats.qmd) |
33+
| 45 | `GET /file_formats` | File format names and parameters aligned with other backends where possible, as defined for the pre-defined [file formats](./fileformats.qmd) |
3434
: {tbl-colwidths="[7,43, 50]"}
3535

3636
#### Other
@@ -44,8 +44,7 @@ The profile only lists requirements that are not covered by the openEO profile *
4444

4545
| # | Functionality | Description |
4646
| -- | -- | -- |
47-
| 113 | `GET /credentials/oidc` | Supports EGI as identity provider (including tokens) |
48-
| 118 | `GET /credentials/oidc` | Supports the required entitlements of the vo.openeo.cloud virtual organization, especially the claim eduperson_entitlement |
47+
| 113 | `GET /credentials/oidc` | Supports CDSE as identity provider (including tokens) |
4948
: {tbl-colwidths="[7,43, 50]"}
5049

5150
For more details about [Authentication and Authorization](#authentication-and-authorization), please see the corresponding chapters below.

0 commit comments

Comments
 (0)