Check ltpa token between webseal and websphere 9.0
问题 Good day! Do you explain for me? I have two servers - webseal and websphere 9.0. On websphere I exported ltpa key and enable security application check. On webseal I imported ltpa key. My code: try { Subject cs = WSSubject.getCallerSubject(); logger.info("subject: ", cs); logger.info("subjectPrincipal: ", WSSubject.getCallerPrincipal()); Subject rs = WSSubject.getRunAsSubject(); logger.info("runSubject: ", rs); Set securityCredentials = rs.getPublicCredentials(WSCredential.class);