Skip to content

Commit 37685e1

Browse files
committed
Fixes based on code review
1 parent f5cdf44 commit 37685e1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

openapi.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6781,8 +6781,9 @@ components:
67816781
If the concept of an issuer doesn not exist in an authentication method (e.g. in HTTP Basic),
67826782
implementations could use the endpoint for Basic Authentication as the issuer, for example.
67836783
6784-
If this method is supported by the openEO implementation,
6785-
the server MUST provide the conformance class given above.
6784+
openEO backend implementations MUST signal their support for JWT by listing the given
6785+
conformance class. Likewise, openEO clients SHOULD only use JWT when the openEO backend
6786+
lists the conformance class.
67866787
67876788
2. **openEO Tokens - DEPRECATED**
67886789
@@ -6802,10 +6803,10 @@ components:
68026803
All servers must accept this method for backward compatibility
68036804
until version 2.0 of the specification.
68046805
6805-
The access tokens provided by the identity provider do not include
6806-
the prefix that includes the authentication method and provider ID.
6807-
The Bearer Token sent to the server MUST have the prefix, e.g. `basic//` for Basic authentication.
6808-
This means that the clients have to prepend the prefix.
6806+
The access tokens provided by the identity provider do not include
6807+
the prefix that includes the authentication method and provider ID.
6808+
The Bearer Token sent to the server MUST have the prefix, e.g. `basic//` for Basic authentication.
6809+
This means that the clients have to prepend the prefix.
68096810
68106811
JWT and openEO tokens can be distinguished by the presence of a slash
68116812
`/` in the token, which JWT can never contain due to the Base64 encoding.

0 commit comments

Comments
 (0)