Hello,
My requirement is to Validate the JWT Auth header value and do a custom Authorization using some xsl/gateway validation which includes some internal backend calls before the document streams to backend, this is flow designed.
MPG-- Stream Message = enabled
Req/Resp Tye = passthrogh
Processing policy
Request processing Rule--> Action -1) xslt-Get the backend Url & authorization Value(input-INPUT,output - PIPE)
Action - 2)AAA validation- JWT validator-->Authorization(Allow Any Authenticated User)
-->Postprocessing(custom xslt -->extract jwt information --> call backend and get credentials-->call second backend to get the validations--> call the gateway scripts to perform the validation).
Action -3) send request to backend.
Problem: There is no AAA validation happening with the above setup and the request is reaching the backend. there are no logs visible in the Debug probe as well.
is there any configuration missing in the setup or does the AAA validation perform when the streaming is enabled?.
------------------------------
Sandeep Kolisetti
------------------------------