Hey All,
FYI - I ran across a similar (if not the same) scenario.
I have an auth system that injects a cookie for subsequent requests and it seems that the Auth poller (and only the Auth poller) does not send through the cookies for its Auth liveness checks (I scanned two requests, the post-login API request was fine but the poll request was not, see screenshots attached):
Authentication setup (Context):
Post-login request (correct):
Verification request (incorrect):
As a result, I've just changed the Auth verification to Auto-Detect and have it run in the background incorrectly (if it runs at all).
It would be great if we could somehow inject the context through, happy to work on this with some guidance if this is somehow possible.
Cheers,
Dan