I'm testing with LTPA2 tokens.
I've set
<variable name="ltpaExpiration" value="1m" />
<jndiEntry jndiName="ltpaExpiration" value="${ltpaExpiration}"/>
in mqwebuser.xml
but the expiry interval stays at 120 minutes.
(for example the trace shows
Current time = Thu Aug 28 07:34:52 GMT 2025, expiration time = Thu Aug 28 09:34:40 GMT 2025
)
Do I need to change anything else to force it to change?
Note: Using trace com.ibm.ws.security.token.ltpa.internal.LTPAToken2=finest
shows the TLPA trace information.
Colin