Access Token Expiration

Not applicable

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 <ExpiresIn> element is designated with a value ?

Solved Solved
0 3 177
1 ACCEPTED SOLUTION

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.

View solution in original post

3 REPLIES 3

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.

OK, thanks !

Not applicable

**Updated**

Is the refresh token same behavior ?