Issues with onboarding/authenticating mainly BYOD devices - How are you all
doing this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 09:56 AM
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 10:23 AM
We have done it with Active Directory, Guest Portal and RADIUS.
AD:
If you have AD already, then it would be a legit way to save yourself time of not creating a new authentication method for your customers. All you have to do is to add AD server under AAA Servers, allow your Firewall to talk to Ruckus SmartZones and change your Authentication type for your WLAN (configure the WLAN).
PROs: Secure Access to your network
CONs: Users without AD cannot connect, when AD is down - Wi-Fi is down
Guest Portal:
Another way could be a guest WLAN that points to the Ruckus Web Server with a preset Portal Page. Credentials can be created inside the Smartzone to be used with the WLAN.
PROs: Anyone can connect
CONs: potentially devices not getting a portal page (old devices)
RADIUS
RADIUS server can be used as well. You have to define a criteria against which you will authenticate. It can be MAC addresses of the customer devices (have to be known in advance), SSID to which they can connect (here you would turn on full wireless client isolation to the gateway).
PROs: Anyone can connect (depending on config). Flexible way to authenticate. No portal needed.
CONs: when RADIUS Server is down - Wi-Fi is down
P.S. Also, a good old WPA2 AES is always an option. Just turn on full wireless client isolation all the way to your Gateway, put guests on separate VLAN and tunnel your traffic on encrypted tunnel to the Smartzone (WRG Tunnel under your SSID). Change your password once in a while. Profit.
Cheers,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 02:31 PM
Hi,
Unfortunately both iOS and Android are restricting the capabilities of the pop up browsers effectively letting them do a simple mac authentication only including avoiding ability to download or even redirect thanks to HSTS. To circumvent this, we have identified one of the methods to avoid this. This method is not a clean-cut solution but still worthwhile IMO and we are evaluating to add this as a config option in Cloudpath itself.
Below are the high level steps
- Create 2 workflows; workflow1 for simple mac auth and workflow2 for standard TLS onboarding
- Use workflow1 as the redirection URL in the controller for the onboarding SSID
- Enter the workflow2 URL in the controller for final redirection instead of the URL user intends to visit (or typically Google.com) and/or have a link/continue button on final page to redirect to workflow2 (A link or continue button that hyper links to workflow2 is especially needing for Android)
- Have a session timeout for <5 mins for workflow 1 when the initial mac auth is done
The benefit of above is since we are doing only mac auth initially, the CNA browser will work fine. Once the mac is registered AP/controller will drop the firewall and redirect the user to workflow2 for TLS onboarding. Since the device is allowed access (with a session timeout for about 5 mins), device should auto redirect to a full browser and user can complete the TLS onboarding. For Andorid users they will have a continue button that redirects it to workflow 2 automatically on a full browser.
All this is transparent to end user and their experience will be like a single workflow and this will avoid whitelist, HSTS redirection and CNA browser issues – this solves all 3 issues. It is a bit cumbersome to setup and could have some timing issues with mac auth to complete and TLS onboarding completion in that window but the benefits far outweigh the cons.
Stay tuned for CP 5.4 to have a more cleaner solution for the iOS and Android behavior changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 02:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019 12:05 PM

