Skip to content

Commit f5cdf44

Browse files
committed
Updates
1 parent 642b13c commit f5cdf44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6778,6 +6778,8 @@ components:
67786778
The Bearer token is an access token in [JWT](https://datatracker.ietf.org/doc/html/rfc7519) format
67796779
as defined in RFC 7519. For openEO, it MUST include the issuer in the
67806780
`iss` claim although being optional in RFC 7519.
6781+
If the concept of an issuer doesn not exist in an authentication method (e.g. in HTTP Basic),
6782+
implementations could use the endpoint for Basic Authentication as the issuer, for example.
67816783
67826784
If this method is supported by the openEO implementation,
67836785
the server MUST provide the conformance class given above.
@@ -6800,7 +6802,7 @@ components:
68006802
All servers must accept this method for backward compatibility
68016803
until version 2.0 of the specification.
68026804
6803-
The access tokens provided by the identity provider MUST NOT include
6805+
The access tokens provided by the identity provider do not include
68046806
the prefix that includes the authentication method and provider ID.
68056807
The Bearer Token sent to the server MUST have the prefix, e.g. `basic//` for Basic authentication.
68066808
This means that the clients have to prepend the prefix.

0 commit comments

Comments
 (0)