Hi Rashmin,
Thanks for your suggestion!
We already have the same settings in WAS. Please suggest if anything required on top of it.
------------------------------
Ravi Kiran Saladi
------------------------------
Original Message:
Sent: Thu January 02, 2025 03:58 AM
From: Rashminkumar Panchal
Subject: WebSphere LTPA token expiry issue
Hi Ravi,
You can try disabling auto key generation for LTPA in WAS Admin Console.
WAS Admin Console --> Global Security --> LTPA --> Key Set Groups:
Key Set Group name = CellLTPAKeySetGroup
Automatically Generate Keys = false
Best Regds,
Rashmin
------------------------------
Rashminkumar Panchal
Original Message:
Sent: Mon December 23, 2024 01:48 PM
From: Ravi Kiran Saladi
Subject: WebSphere LTPA token expiry issue
Team,
We are facing ltpa token expiry issue in WAS 8.5.5 with one of our custom REST API CE connection module. Here is the scenario.
- We have custom REST API to serve FileNet p8 operations where we are using Subject callerSubject = WSSubject.getCallerSubject() to get the current user subject and creating CE connection for every user request.
- we have a layer with WAS OIDC RP client integrated with OKTA system with required interceptors and OIDC RP client will take the OKTA token and validate and convert it into ltpa and with that we are getting caller subject and by using caller subject we are getting FileNet CE connection.
- This integration is working as expected but sometimes we are getting some other user expired ltpa token and with that REST API failed to get the CE connection due to user not authenticated. It is an intermittent issue and we are suspecting as some WAS cache issue.
- Please suggest if there is any workaround to fix this issue.
------------------------------
Ravi Kiran Saladi
------------------------------