Forum Discussion

akelekar's avatar
akelekar
Icon for Nimbostratus rankNimbostratus
Oct 06, 2023
Solved

err tmm1[24399]: 011f0007:3: http_process_state_prepend - Invalid action:0x107041 clientside

I'm trying to setup a iRule that will terminate my F5 sessions and call the logout for our Microsoft ADB2C policy.

 
when ACCESS_ACL_ALLOWED { 
if { [HTTP::uri] contains "Logoff" } { 
    ACCESS::session remove 
    after 200
    HTTP::redirect "https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/logout?post_logout_redirect_uri=https%3A%2F%2Fjwt.ms%2F"
log local0. "iRule logout triggered: Removing access session for [ACCESS::session sid]" 
}
 
But when the user clicks on the Logoff, I see the following in the LMT log and the following error in the browser

Hmmm… can't reach this page 

 
err tmm[24399]: 011f0007:3: http_process_state_prepend - Invalid action:0x107041 clientside (X.X.x.x:61335 -> y.y.y.y:443) ((null connflow))
 
What are we not doing right here. This is from Microsoft documentation
 
Thanks
Atul
  • akelekar It doesn't seem that the iRule is exactly the same as the referenced but before troubleshooting that log I would recommend that you have the APM pieces in place because it is possible that they might be related.

6 Replies