How to get the LTPA token when using J2EE context authentication ?
We are using SPNEGO authentication and PRServletContainerAuth servlet (J2EE context) to authenticate our application hosted on Websphere.
Need to retrieve the LTPA token in Pega to pass it on to other integrating systems.
We tried the java code in EstablishOperator activity mentioned in the post "https://pdn.pega.com/community/product-support/question/how-retrieve-cookie-information-outside-authentication-activity", however, the "pxHTTPServletRequest" object is null on the pxRequestor page.
Appreciate any quick help on this.
***Edited by Moderator Marissa to update categories***
Hi,
Is EstablishOperator activity configured in the custom authentication service as Authentication activity , please check once, as the HttpServletRequest object is not available outside of the authentication activity.