MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  changing LTPA expiry time

    Posted 4 hours ago
    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