Caching/Storing the LTPA token generated in datapower

413 views Asked by At

I'm generating an LTPA token in datapower after the authentication.

I want to store this token for further processing.(to validate against another request)

How can I store/cache this token in datapower?

1

There are 1 answers

0
Anders On

If you are on firmware 7.2 or 7.5 you can write to file system using GatewayScript or you can store it in a system variable (set-system-var) but I would advice against that!

Another option might be if you are using IBM MQ to store it as a topic.