Skip to content

Commit 34f67d8

Browse files
dfischer-techeric-murray
andauthoredFeb 4, 2025··
Update artifacts/camara-cloudevents/event-subscription-template.yaml
Co-authored-by: Eric Murray <eric.murray@vodafone.com>
1 parent 2982393 commit 34f67d8

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
@@ -389,7 +389,7 @@ components:
389389
description: |
390390
REQUIRED. An absolute (UTC) timestamp at which the token shall be considered expired.
391391
In the case of an ACCESS_TOKEN_EXPIRED termination reason, implementation should notify the client before the expiration date.
392-
If the registered "exp" (Expiration Time) claim in the token is present, it should match.
392+
If the access token is a JWT and registered "exp" (Expiration Time) claim is present, the two expiry times should match.
393393
It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone.
394394
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)
395395
example: "2023-07-03T12:27:08.312Z"

0 commit comments

Comments
 (0)
Please sign in to comment.