0

I am new to IBM ISAM and webseal.

How do backend web applications verify that the IV headers (e.g. iv-user) is created by webseal and not some malicious third party?

happymeal
  • 1,373
  • 14
  • 24

1 Answers1

0

It doesn't :)

Generally a sort of IP filter or similar is the best to use here, so the application can ensure that the request originates from a known webseal server.

An alternative to iv-* headers is to create some sort of signed token such as a JWT token that can be verified by the application.

kimras
  • 16
  • 1