11-09-2021 06:41 AM
Hi guys,
I am testing sponsored guest flow with ISE 3.1 and AireOS 8.5.171.0 (on 5520).
With Android and Windows devices I don't have any issue, guest flow works perfectly.
With Apple devices (iPhone with IOS 14 and 15), CNA is stuck after successful guest authentication on the white page with "Cancel button" which never moves to "Done".
Phone has internet access, because if you press "Cancel" manually, it will connect back to the guest WiFi and have access.
ISE logs are as expected.
I have tested guest flow on WLC itself with the same SSID (using local WLC portal) and CNA works fine, so it must be something ISE related.
Anyone having the same issue or have some idea what to do with CNA stuck on "Cancel" button?
Thanks,
Milos
Solved! Go to Solution.
03-07-2025 02:02 AM
Hi,
Can someone explain where do i need to add the refresh script?
Is it the BYOD success or Authentication success? For me it's not working on any.
Thanks
03-07-2025 02:30 AM
<script>
setTimeout(function () {
location.reload(true);
}, 3 * 1000);
</script>
<script>
setTimeout(function () {
location.replace("http://www.cisco.com");
}, 3 * 1000);
</script>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide