Skip to content

Commit 0d753db

Browse files
Update artifacts/camara-cloudevents/event-subscription-template.yaml
Co-authored-by: Eric Murray <[email protected]>
1 parent 34f67d8 commit 0d753db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifacts/camara-cloudevents/event-subscription-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ components:
418418
description: |
419419
REQUIRED. An absolute (UTC) timestamp at which the token shall be considered expired.
420420
In the case of an ACCESS_TOKEN_EXPIRED termination reason, implementation should notify the client before the expiration date.
421-
If the registered "exp" (Expiration Time) claim in the token is present, it should match.
421+
If the access token is a JWT and registered "exp" (Expiration Time) claim is present, the two expiry times should match.
422422
It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone.
423423
Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z)
424424
example: "2023-07-03T12:27:08.312Z"

0 commit comments

Comments
 (0)