07-28-2017 08:36 AM
Dear All,
Please move this conversation if it's not the right place.
I'd like to know if Azure has full cloud based solution for Radius Authentication? I'd like to link the O365 account of my users to a cloud managed wifi network for authentication (like Cisco Meraki or Ubiquiti).
All solution I've seen are using MFA as Radius but I would then need to install an on-premise appliance.
Thanks,
Johan
07-28-2017 09:04 AM
Would this approach https://docs.microsoft.com/en-us/azure/multi-factor-authentication/multi-factor-authentication-nps-e... for you?
03-14-2018 02:56 AM
Hello,
I am also interested in such a solution. I can accept an on-premises appliance (I mean the wifi hardware need to be on-premises anyway) but my customer does not want to install a local Active Directory or any on-premises servers.
However, for some reason, they require authentication for the wifi network.
/Magnus
03-14-2018 03:00 AM
Hello,
Actually I managed to have an authentication without using Radius server. The users must authenticate using their O365 account via a splash page. It's integrated with Meraki Wifi network and it works fine.
Regards,
Jo
03-14-2018 03:14 AM
Interesting, can you provide more information on how you solved it? Did you follow any guides or blog posts?
/Magnus
03-14-2018 03:21 AM
No, I design the solution myself actually :)
It's pretty simple. If you are using Cisco Meraki, it allows you to use an external splash page (Excap). For that page, you have 2 options: one using a radius authentication (which doesn't hep) and one using a click to connect (no authentication). As such, it doesn't help either but if you store that click to connect page on an Azure app that you protect but forcing your user to authenticate before accessing the page, it makes the job. On azure the azure web app, you have the option to select authentication using Facebook, google, Azure AD, etc. then you must configure the wallet garden of Meraki to allow access to the Azure authentication even without being authenticated on the wifi network.
And that's it :)
I think I've post something to explain this on the Meraki forum but not sure anymore ;)
07-16-2018 06:00 AM
07-17-2018 04:08 AM
The support scenarios for using RADIUS is VPN, NPS and based on Azure MFA.
https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-nps-extension-vpn
You can work with Azure AD and SAML for authentication, it's more secure.