F5 custom logout issue hangup_error=1 loop
We have APM with webtop, when pressing the logout button it should redirect to external decision page, and based on decision (continue/cancel) proceed or return to F5 webtop page.
We end up with the following loop issue
- SP webtop generates logout to itself to hangup.php3?hangup_error=1
- with an Irule we redirect this request to external IDP to display informative page with decisions (cancel/continue).
- while pressing cancel on external page it is redirected back to the F5 SP full webtop URL correctly
- however after that the F5 again send it back to hangup_error=1 and same steps(1-3) continue, how should we prevent this or is this even technically possible.
So my conclusion so far while F5 is handling a logout request requesting back the webtop url is not possible, why is it the case and why do we always get the hangup_error=1?
note: when we normally open webtop and browse to external page and then open webtop there is no issue, this has to do with the logout functionality from F5 (java script).
Is this supported should we open a support case?
----
Editors Note: This question was inadvertently edited directly - restored on 29-Aug-2022.
This is the final version of the question provided by Marvin on 17-Aug-2022 00:45.
Thanks to Nikoolayy1 for bringing this issue to our attention - your comment/help has been added inline below.