Access Token Expiration

This document says that the expiration is a system generated value plus the <ExpiresIn> value. But what does it mean the system generated value ? Does it indicates “a default value configured at the system level” ?

Then, this Q&A says that the default value is “-1” so what will happen if the element is designated with a value ?

It means that when calculating the actual expiry time for a token, the system will use the current timestamp (system generated) plus the ExpiryIn value.

1 Like

OK, thanks !

Updated

Is the refresh token same behavior ?