Hi,
I am trying to set the expiry date of the access token to the minimum possible in order to investigate some frontend behavior to put in place (automatically logout the user instead of refreshing the token when access token is expired).
However, when I go to Security > Api > Authorization Server and i modify the rule Access token lifetime is 5minutes. The access token still contains an expiry date now() + 1hour which is not what i am expecting after this change.
I have noticed this
THENUse this inline hook
[None (disabled)]
ANDAccess token lifetime is
5 [Minutes]
ANDRefresh token lifetime is
Could this inline hook disabled be the problem?
Could anyone help me please?
Thank you