cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9329
Views
21
Helpful
16
Replies

Cisco ISE 3.1, sponsor guest flow and Apple CNA issue (cancel button)

milos_p
Level 1
Level 1

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

16 Replies 16

laposilaszlo
Level 1
Level 1

Hi,

Can someone explain where do i need to add the refresh script?

laposilaszlo_0-1741341708501.png

Is it the BYOD success or Authentication success? For me it's not working on any.

Thanks

Rahul NIrmalkar
Level 1
Level 1

<script>
setTimeout(function () {
location.reload(true);
}, 3 * 1000);
</script>

<script>
setTimeout(function () {
location.replace("http://www.cisco.com");
}, 3 * 1000);
</script>