File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments