মূল কন্টেন্টে যান

Integrating RADIUS as a Service with Cloud Directories (Azure AD & Google Workspace)

এই টেকনিক্যাল রেফারেন্স গাইডটিতে এন্টারপ্রাইজ WiFi অথেন্টিকেশনের জন্য ক্লাউড ডিরেক্টরি - Microsoft Entra ID এবং Google Workspace - এর সাথে কীভাবে RADIUS as a Service ইন্টিগ্রেট করতে হয় তা বিস্তারিতভাবে আলোচনা করা হয়েছে। এতে অন-প্রেমিস NPS থেকে ক্লাউড-নেটিভ RADIUS-এ আর্কিটেকচারাল স্থানান্তর, সার্টিফিকেট-ভিত্তিক EAP-TLS অথেন্টিকেশন স্থাপন এবং হসপিটালিটি, রিটেইল ও পাবলিক-সেক্টর পরিবেশে ওয়্যারলেস অ্যাক্সেস সুরক্ষিত করার জন্য অপারেশনাল সেরা অনুশীলনগুলো কভার করা হয়েছে। যেসব আইটি ম্যানেজার এবং নেটওয়ার্ক আর্কিটেক্ট ইতিমধ্যেই ক্লাউড আইডেন্টিটি ব্যবহার করছেন, তাদের জন্য এই গাইডটি ডিরেক্টরি ম্যানেজমেন্ট এবং ফিজিক্যাল নেটওয়ার্ক সিকিউরিটির মধ্যে ব্যবধান দূর করবে।

📖 10 মিনিট পাঠ📝 2,373 শব্দ🔧 2 সমাধানকৃত উদাহরণ4 অনুশীলনী প্রশ্ন📚 10 মূল সংজ্ঞা

এই গাইডটি শুনুন

পডকাস্ট ট্রান্সক্রিপ্ট দেখুন
Welcome to the Purple Technical Briefing. Today, we are covering a topic that sits at the intersection of cloud identity management and physical network security: integrating RADIUS as a Service with cloud directories, specifically Microsoft Entra ID and Google Workspace. If you are managing enterprise WiFi across a hotel, a retail estate, a stadium, or a public-sector estate, this briefing is directly relevant to your next infrastructure decision. Let us start with context. For the past two decades, WiFi authentication in enterprise environments relied on a fairly predictable stack. You had on-premise Active Directory, Windows Network Policy Server acting as the RADIUS server, and WPA2-Enterprise on the access points. It worked. But it required on-premise servers, manual certificate management, and a team with specialist knowledge to keep it running. The problem is that most organisations are no longer on-premise first. They are cloud-first. Microsoft Entra ID and Google Workspace are now the directories of record for millions of organisations. And here is the gap: your wireless access points still speak RADIUS. They do not understand SAML. They do not understand OAuth. They speak RADIUS, and they always will. So the question is: how do you bridge your cloud identity platform to your physical network infrastructure, without dragging an on-premise server back into the picture? The answer is RADIUS as a Service. A cloud-hosted RADIUS server that integrates directly with your cloud directory, validates authentication requests in real time, and returns an access decision to your access point. No on-premise servers. No patching. No 2am certificate renewal emergencies. The foundation is IEEE 802.1X. When a device tries to connect to a WPA2-Enterprise or WPA3-Enterprise network, the access point acts as an authenticator. It intercepts the connection attempt and forwards EAP packets to the RADIUS server. The RADIUS server validates the identity and returns either an Access-Accept or an Access-Reject. Only then does the access point grant network access. Now, the most consequential technical decision in this entire deployment is your choice of EAP method. PEAP-MSCHAPv2 is the old way. It uses usernames and passwords. It sounds secure. It is not. If a device does not strictly validate the RADIUS server certificate, an attacker can set up a rogue access point with your SSID, intercept the handshake, and capture the credentials. This is called an Evil Twin attack, and it is happening. EAP-TLS is the right answer. It uses digital certificates on both the server and the client device for mutual authentication. There are no passwords involved. The device presents its certificate. The RADIUS server validates it against your cloud directory in real time. No credential theft possible. No phishing vector. No helpdesk tickets when someone changes their password. Let us walk through a Microsoft Entra ID deployment. Step one: licensing and PKI. You need Microsoft 365 E3 or E5 to access Intune and Conditional Access. Establish a cloud PKI using your Cloud RADIUS vendor's managed PKI or Microsoft's own Cloud PKI. Step two: certificate deployment via Intune. Create a Trusted Certificate profile with your Root CA and deploy it to device groups. Then create a SCEP certificate profile. For user-based authentication, the subject name uses the User Principal Name. Step three: Cloud RADIUS configuration. Grant the RADIUS service Microsoft Graph API permissions: User.Read.All and GroupMember.Read.All. Define your authentication policies: allow access if the certificate is issued by our trusted CA, the user is a member of the Corporate-WiFi-Users group in Entra ID, and the device is marked compliant in Intune. Step four: wireless infrastructure. In your controller, whether that is Cisco Meraki, HPE Aruba, Ruckus, or Juniper Mist, add the Cloud RADIUS IP addresses and shared secrets. Set the RADIUS timeout to at least five seconds. Create your WPA3-Enterprise SSID. Step five: WiFi profile deployment. Create a WiFi configuration profile in Intune. Set the SSID, select WPA3-Enterprise, choose EAP-TLS, link the SCEP certificate profile. Devices silently receive the certificate and WiFi profile on their next sync. They connect automatically. No user interaction required. Now let us look at the Google Workspace path, because it is architecturally different in one important way. Google does not offer a native RADIUS service. There is no Google equivalent of Windows NPS. So you always need an intermediary: a Cloud RADIUS provider that connects to Google Workspace via Google Secure LDAP or via a SAML and OAuth integration. Google Secure LDAP is available on Cloud Identity Premium and Google Workspace Enterprise editions. It provides a traditional LDAP interface to your cloud directory. Your Cloud RADIUS server connects to ldap.google.com on port 636 using client certificates that Google generates for you. From that point, the RADIUS server can query Google's directory to validate credentials or group memberships. For managed Chromebooks, the deployment path uses the Google Admin Console. You configure a cloud PKI to issue certificates, push the Root CA and client certificates to the Chromebooks, and deploy a WiFi profile specifying EAP-TLS. The Chromebooks connect silently. For BYOD devices and guest access, you use a captive portal tied to Google Single Sign-On. That is the right separation: EAP-TLS for managed devices, captive portal for everything else. Let us talk about pitfalls, because this is where deployments go wrong. The first and most common is blocked firewall ports. RADIUS authentication uses UDP port 1812. RADIUS accounting uses UDP port 1813. If those ports are not open outbound from your wireless infrastructure to the Cloud RADIUS service, nothing works. Check this first, every time. The second pitfall is certificate expiry. If your RADIUS server certificate expires, every device on the network loses connectivity simultaneously. Set monitoring alerts at 90 days, 30 days, and 7 days before expiry. Automate renewal where possible. The third is clock skew. EAP-TLS relies on accurate timekeeping for certificate validation. If a device's system clock is significantly out of sync, certificate validation fails. Ensure NTP is configured correctly across all devices and infrastructure. The fourth, specific to PEAP deployments, is failing to enforce strict server certificate validation on client devices. Without it, devices will accept any certificate presented by any access point claiming to be yours. This is the single configuration decision that separates a secure deployment from a vulnerable one. Now for a rapid-fire question and answer. Can I use Cloud RADIUS for both staff and guest WiFi? Staff WiFi, yes, using EAP-TLS. Guest WiFi should use a separate captive portal. Mixing the two on a single SSID creates unnecessary complexity and security risk. Does this work with WPA3? Yes. WPA3-Enterprise is fully supported and recommended for all new deployments. What about compliance? EAP-TLS with Cloud RADIUS supports PCI DSS requirements for strong authentication on cardholder data networks. It also supports GDPR obligations by enabling precise access logging and instant revocation when an employee leaves. How does this affect our analytics capabilities? Positively. By tying network access to a verified cloud identity, platforms like Purple's WiFi Analytics provide richer data on space utilisation. You move from anonymous MAC addresses to authenticated, named users, which transforms the quality of your insight. To summarise the key takeaways. One: Cloud RADIUS eliminates on-premise server dependencies. Your access points authenticate against a cloud-hosted service that integrates directly with Entra ID or Google Workspace. Two: EAP-TLS is the right authentication method. Certificates replace passwords. No phishing vector, no credential theft, no helpdesk overhead from password resets. Three: Microsoft Intune and Google Admin Console automate certificate deployment. Devices receive certificates and WiFi profiles silently, with no user interaction. Four: Dynamic VLAN assignment via RADIUS attributes enables granular network segmentation based on directory group membership. This limits lateral movement and supports compliance. Five: Always verify ports 1812 and 1813 are open, monitor certificate expiry, and enforce strict server certificate validation. If you are planning a deployment this quarter, start with a pilot group of 20 to 50 devices. Validate the certificate deployment, the RADIUS authentication, and the VLAN assignment before rolling out globally. The investment in getting this right pays dividends in reduced helpdesk overhead, a stronger security posture, and the ability to use your network data for genuine business intelligence. Thank you for listening to the Purple Technical Briefing. For detailed deployment steps, configuration examples, and worked scenarios, see the full technical reference guide at purple.ai.

header_image.png

এক্সিকিউটিভ সামারি

ক্লাউড আইডেন্টিটি ইকোসিস্টেম ব্যবহারকারী আধুনিক এন্টারপ্রাইজগুলোর জন্য, ফিজিক্যাল ওয়্যারলেস নেটওয়ার্কের সাথে ক্লাউড ডিরেক্টরিগুলোর সংযোগ স্থাপন করা একটি অত্যন্ত গুরুত্বপূর্ণ নিরাপত্তা প্রয়োজনীয়তা। ঐতিহাসিকভাবে, WiFi অথেন্টিকেশন অন-প্রেমিস Active Directory Domain Services এবং Windows Network Policy Server (NPS)-এর ওপর নির্ভরশীল ছিল। সংস্থাগুলো যখন Microsoft Entra ID এবং Google Workspace-এ স্থানান্তরিত হচ্ছে, তখন সেই অন-প্রেমিস অথেন্টিকেশন স্ট্যাকটি একটি দায়বদ্ধতা হয়ে দাঁড়াচ্ছে - যা রক্ষণাবেক্ষণ করা ব্যয়বহুল, স্কেল করা কঠিন এবং জিরো-ট্রাস্ট সিকিউরিটি মডেলের সাথে বেমানান।

RADIUS as a Service (RADIUSaaS) এই সমীকরণটি পরিবর্তন করে দেয়। একটি ক্লাউড-হোস্টেড RADIUS সার্ভার সরাসরি আপনার ক্লাউড ডিরেক্টরির সাথে ইন্টিগ্রেট হয়, রিয়েল টাইমে অথেন্টিকেশন অনুরোধগুলো যাচাই করে এবং আপনার অ্যাক্সেস পয়েন্টগুলোতে অ্যাক্সেসের সিদ্ধান্ত পাঠায় - কোনো অন-প্রেমিস সার্ভার, প্যাচিং সাইকেল এবং সিঙ্গেল পয়েন্ট অফ ফেইলিউর (single point of failure) ছাড়াই। EAP-TLS সার্টিফিকেট-ভিত্তিক অথেন্টিকেশনের সাথে যুক্ত হয়ে, এই আর্কিটেকচারটি ক্রেডেনশিয়াল চুরি প্রতিরোধ করে, PCI DSS এবং GDPR কমপ্লায়েন্স সমর্থন করে এবং প্রতিটি সাইটে কর্মীদের জন্য একটি নির্বিঘ্ন অভিজ্ঞতা প্রদান করে।

এই গাইডটিতে অন-প্রেমিস NPS এবং ক্লাউড-নেটিভ RADIUS-এর মধ্যে আর্কিটেকচারাল সিদ্ধান্ত, Microsoft Intune এবং Google Admin Console-এর মাধ্যমে EAP-TLS স্থাপন এবং হোটেল, রিটেইল এস্টেট, স্টেডিয়াম ও পাবলিক-সেক্টর ভেন্যুগুলোতে ওয়্যারলেস অ্যাক্সেস সুরক্ষিত করার অপারেশনাল সেরা অনুশীলনগুলো আলোচনা করা হয়েছে। নেটওয়ার্ক অ্যাক্সেস কন্ট্রোল সম্পর্কে আরও বিস্তারিত জানতে, A Guide to Your Network Access Control System দেখুন।


টেকনিক্যাল ডিপ-ডাইভ: আর্কিটেকচার এবং স্ট্যান্ডার্ড

RADIUS এবং IEEE 802.1X-এর ভূমিকা

সুরক্ষিত এন্টারপ্রাইজ WiFi-এর ভিত্তি হলো IEEE 802.1X স্ট্যান্ডার্ড, যা পোর্ট-ভিত্তিক নেটওয়ার্ক অ্যাক্সেস কন্ট্রোল প্রদান করে। যখন একটি ক্লায়েন্ট ডিভাইস (supplicant) একটি WPA2-Enterprise বা WPA3-Enterprise নেটওয়ার্কের সাথে সংযোগ করার চেষ্টা করে, তখন ওয়্যারলেস অ্যাক্সেস পয়েন্ট (authenticator) EAP (Extensible Authentication Protocol) প্যাকেট ছাড়া অন্য সমস্ত ট্রাফিক ব্লক করে দেয়। AP এই প্যাকেটগুলো একটি RADIUS সার্ভারে ফরোয়ার্ড করে। RADIUS সার্ভার একটি ডিরেক্টরি সার্ভিসের বিপরীতে আইডেন্টিটি যাচাই করে এবং একটি Access-Accept বা Access-Reject মেসেজ পাঠায়। কেবল তখনই AP নেটওয়ার্ক অ্যাক্সেসের অনুমতি দেয়।

এই ত্রিপক্ষীয় মডেলটি - supplicant, authenticator, authentication server - এন্টারপ্রাইজ ওয়্যারলেস সিকিউরিটির মূল ভিত্তি এবং এটি IEEE 802.1X-এ সংজ্ঞায়িত করা হয়েছে। এটি চালু হওয়ার পর থেকে মৌলিকভাবে কোনো পরিবর্তন হয়নি। যা পরিবর্তিত হয়েছে তা হলো RADIUS সার্ভারটি কোথায় থাকে এবং এটি কীভাবে আপনার ডিরেক্টরির সাথে যোগাযোগ করে।

architecture_overview.png

ক্লাউড-নেটিভ RADIUS আর্কিটেকচার

একটি ক্লাউড-নেটিভ RADIUS আর্কিটেকচার অন-প্রেমিস NPS বা FreeRADIUS সার্ভারের প্রয়োজনীয়তা দূর করে। একটি থার্ড-পার্টি ক্লাউড RADIUS প্রোভাইডার Microsoft Graph API-এর মাধ্যমে সরাসরি Microsoft Entra ID-এর সাথে অথবা Google Secure LDAP বা SAML/OAuth-এর মাধ্যমে Google Workspace-এর সাথে ইন্টিগ্রেট হয়। অথেন্টিকেশন সম্পূর্ণভাবে ক্লাউডে সম্পন্ন হয়। এটি জিরো-ট্রাস্ট নেটওয়ার্ক অ্যাক্সেস নীতির সাথে সামঞ্জস্যপূর্ণ এবং অপারেশনাল ওভারহেড উল্লেখযোগ্যভাবে হ্রাস করে।

নিচের টেবিলটিতে দুটি প্রাথমিক আর্কিটেকচারাল পদ্ধতির তুলনা করা হয়েছে:

মাত্রা হাইব্রিড অন-প্রেমিস (NPS) ক্লাউড-নেটিভ (RADIUSaaS)
ইনফ্রাস্ট্রাকচার Windows Server VM বা বেয়ার মেটাল প্রয়োজন কোনো অন-প্রেমিস সার্ভার নেই
আইডেন্টিটি সোর্স LDAP/Kerberos-এর মাধ্যমে AD DS API-এর মাধ্যমে Entra ID বা Google Workspace
সার্টিফিকেট অথরিটি অন-প্রেমিস ADCS + Intune Connector ভেন্ডর বা Microsoft থেকে ক্লাউড PKI
উচ্চ প্রাপ্যতা (High availability) ম্যানুয়াল HA এবং লোড ব্যালেন্সিং প্রোভাইডার দ্বারা অটো-স্কেলড
সেটআপ সময় কয়েক দিন থেকে কয়েক সপ্তাহ কয়েক ঘণ্টা
যার জন্য সেরা হাইব্রিড AD, লেগ্যাসি ডিভাইস ক্লাউড-ফার্স্ট, MDM-ম্যানেজড সংস্থা
অপারেশনাল জটিলতা প্রাথমিক এবং চলমান পর্যায়ে বেশি কম অপারেশনাল ওভারহেড

comparison_chart.png

EAP-TLS বনাম PEAP-MSCHAPv2: গুরুত্বপূর্ণ সিদ্ধান্ত

এই স্থাপনার ক্ষেত্রে EAP পদ্ধতির নির্বাচন সবচেয়ে গুরুত্বপূর্ণ নিরাপত্তা সিদ্ধান্ত। PEAP-MSCHAPv2 ব্যবহারকারীদের তাদের ডোমেন ক্রেডেনশিয়াল ইনপুট করার ওপর নির্ভর করে। এটি ক্রেডেনশিয়াল চুরি এবং ম্যান-ইন-দ্য-মিডল (man-in-the-middle) আক্রমণের প্রতি সংবেদনশীল। যদি একটি ক্লায়েন্ট ডিভাইস কঠোরভাবে RADIUS সার্ভার সার্টিফিকেট যাচাই না করে - এবং অনেকেই ডিফল্টভাবে তা করে না - তবে একজন আক্রমণকারী আপনার SSID সহ একটি অননুমোদিত অ্যাক্সেস পয়েন্ট স্থাপন করতে পারে, EAP হ্যান্ডশেক ইন্টারসেপ্ট করতে পারে এবং ক্রেডেনশিয়াল হাতিয়ে নিতে পারে। এটি একটি ইভিল টুইন (Evil Twin) আক্রমণ এবং এটি সুপরিচিত।

EAP-TLS (Transport Layer Security) পারস্পরিক অথেন্টিকেশনের জন্য ক্লায়েন্ট ডিভাইসে ইনস্টল করা ডিজিটাল সার্টিফিকেট ব্যবহার করে। ক্লায়েন্ট এবং সার্ভার উভয়ই ক্রিপ্টোগ্রাফিকভাবে তাদের আইডেন্টিটি প্রমাণ করে। এখানে টাইপ করার বা চুরি হওয়ার মতো কোনো পাসওয়ার্ড নেই। একটি Microsoft পরিবেশে, SCEP (Simple Certificate Enrollment Protocol) বা PKCS প্রোফাইল ব্যবহার করে Microsoft Intune-এর মাধ্যমে সার্টিফিকেটগুলো ব্যাকগ্রাউন্ডে স্বয়ংক্রিয়ভাবে ইনস্টল হয়। এটি সমস্ত নতুন স্থাপনার জন্য প্রস্তাবিত পথ এবং PCI DSS v4.0 (শক্তিশালী অথেন্টিকেশনের ওপর প্রয়োজনীয়তা ৮.৩) এবং GDPR ডেটা সুরক্ষা বাধ্যবাধকতাগুলো মেনে চলার জন্য অপরিহার্য।

Google Workspace: আর্কিটেকচারাল পার্থক্য

RADIUS ইন্টিগ্রেশনের ক্ষেত্রে Microsoft Entra ID এবং Google Workspace-এর মধ্যে একটি গুরুত্বপূর্ণ পার্থক্য রয়েছে। Microsoft NPS নেটিভভাবে Active Directory-এর সাথে ইন্টিগ্রেট হয় এবং ক্লাউড RADIUS প্রোভাইডাররা Microsoft Graph API-এর মাধ্যমে Entra ID-এর সাথে সংযোগ স্থাপন করে। তবে, Google কোনো নেটিভ RADIUS সার্ভিস অফার করে না। আপনার সর্বদা একটি মধ্যস্থতাকারীর প্রয়োজন হবে।

Google Secure LDAP হলো প্রাথমিক ইন্টিগ্রেশন পথ। ক্লাউড আইডেন্টিটি প্রিমিয়াম এবং Google Workspace এন্টারপ্রাইজ সংস্করণে উপলব্ধ, এটি আপনার ক্লাউড ডিরেক্টরিতে একটি ঐতিহ্যবাহী LDAP ইন্টারফেস প্রদান করে। আপনার ক্লাউড RADIUS সার্ভারটি Google দ্বারা জেনারেট করা ক্লায়েন্ট সার্টিফিকেট ব্যবহার করে পোর্ট ৬৩৬-এ ldap.google.com-এর সাথে সংযুক্ত হয় যা Google generআপনার জন্য অথেন্টিকেট করে। সেই বিন্দু থেকে, RADIUS সার্ভারটি ক্রেডেনশিয়াল বা গ্রুপ মেম্বারশিপ যাচাই করতে Google-এর ডিরেক্টরি কোয়েরি করে, ঠিক যেভাবে এটি একটি অন-প্রেমিস Active Directory কোয়েরি করত।

একটি বিকল্প পথ SAML-ভিত্তিক ইন্টিগ্রেশন ব্যবহার করে, যেখানে Cloud RADIUS প্রদানকারী Google Admin Console-এ একটি SAML অ্যাপ্লিকেশন হিসেবে নিবন্ধিত হয় এবং অথেন্টিকেশনের সময় ব্যবহারকারীর পরিচয় ও গ্রুপ মেম্বারশিপ রিয়েল টাইমে যাচাই করতে একটি OAuth লুকআপ সম্পাদন করে।


ইমপ্লিমেন্টেশন গাইড

EAP-TLS-এর সাথে RADIUSaaS ইমপ্লিমেন্ট করার জন্য আইডেন্টিটি, ডিভাইস ম্যানেজমেন্ট এবং নেটওয়ার্ক ইনফ্রাস্ট্রাকচারের সমন্বয় প্রয়োজন। নিম্নলিখিত পাঁচ-ধাপের পদ্ধতিটি Microsoft Entra ID এবং Google Workspace উভয় পরিবেশের জন্যই প্রযোজ্য।

Phase 1: আইডেন্টিটি এবং ডিভাইস ম্যানেজমেন্ট ইনফ্রাস্ট্রাকচার প্রস্তুত করুন

Microsoft Entra ID-এর জন্য: আপনার টেন্যান্টে Microsoft 365 E3/E5 বা Enterprise Mobility + Security (EMS) E3/E5 লাইসেন্সিং আছে কিনা তা যাচাই করুন। এর মধ্যে Microsoft Intune এবং Conditional Access অন্তর্ভুক্ত রয়েছে। Intune ছাড়া, স্বয়ংক্রিয় সার্টিফিকেট ডিপ্লয়মেন্ট সম্ভব নয়।

Google Workspace-এর জন্য: Google Secure LDAP অ্যাক্সেস করতে আপনার Cloud Identity Premium বা Google Workspace Enterprise আছে কিনা তা নিশ্চিত করুন। আপনি যদি ম্যানেজড Chromebook-এ EAP-TLS ব্যবহার করার পরিকল্পনা করেন, তবে নিশ্চিত করুন যে ডিভাইস সার্টিফিকেট ম্যানেজ করার জন্য Google Admin Console কনফিগার করা আছে।

আপনার Public Key Infrastructure (PKI) প্রতিষ্ঠা করুন। নতুন ডিপ্লয়মেন্টের জন্য, আপনার Cloud RADIUS ভেন্ডর দ্বারা সরবরাহকৃত একটি ক্লাউড-নেটিভ PKI ব্যবহার করার জোরালো সুপারিশ করা হচ্ছে। বিকল্পগুলোর মধ্যে রয়েছে Microsoft Cloud PKI (যা Intune Suite লাইসেন্সিংয়ের সাথে উপলব্ধ) অথবা Microsoft Intune Certificate Connector-এর মাধ্যমে সংযুক্ত একটি বিদ্যমান অন-প্রেমিস ADCS ডিপ্লয়মেন্ট।

Phase 2: সার্টিফিকেট ডিপ্লয়মেন্ট কনফিগার করুন

Microsoft Intune পথ: Intune অ্যাডমিন সেন্টারে, একটি Trusted Certificate কনফিগারেশন প্রোফাইল তৈরি করুন। Root CA সার্টিফিকেট আপলোড করুন এবং এটি আপনার টার্গেট ডিভাইস গ্রুপগুলোতে ডিপ্লয় করুন। এটি নিশ্চিত করে যে ক্লায়েন্ট ডিভাইসগুলো TLS হ্যান্ডশেকের সময় RADIUS সার্ভার দ্বারা উপস্থাপিত সার্টিফিকেটকে বিশ্বাস করে। এরপর, একটি SCEP Certificate প্রোফাইল তৈরি করুন। ইউজার-ভিত্তিক অথেন্টিকেশনের জন্য, Subject Name-টি CN={{UserPrincipalName}} হিসেবে সেট করুন। ডিভাইস-ভিত্তিক অথেন্টিকেশনের জন্য, CN={{DeviceName}} ব্যবহার করুন। Subject Alternative Name-এ User Principal Name বা ডিভাইস আইডি অন্তর্ভুক্ত করতে এটি সেট করুন।

Google Admin Console পথ: Devices, তারপর Networks, তারপর Certificates-এ যান। আপনার Root CA আপলোড করুন। একটি সার্টিফিকেট ইস্যু করার মেকানিজম কনফিগার করুন - হয় একটি ক্লাউড PKI যা Google Workspace-এর সাথে SCEP ইন্টিগ্রেশন সমর্থন করে, অথবা Google Cloud Certificate Connector যা একটি অন-প্রেমিস Microsoft Certificate Authority-তে রিকোয়েস্ট প্রক্সি করে। উপযুক্ত Organisational Units-এ Root CA এবং ক্লায়েন্ট সার্টিফিকেট প্রোফাইলগুলো ডিপ্লয় করুন।

Phase 3: Cloud RADIUS ইন্টিগ্রেশন কনফিগার করুন

আপনার ডিরেক্টরি টেন্যান্টে আপনার Cloud RADIUS প্রদানকারীকে প্রয়োজনীয় API পারমিশন দিন। Entra ID-এর জন্য, Microsoft Graph API-এর মাধ্যমে অন্তত User.Read.All and GroupMember.Read.All প্রয়োজন। কিছু প্রদানকারীর ডিভাইস কমপ্লায়েন্স চেকের জন্য Device.Read.All-এরও প্রয়োজন হয়। Secure LDAP-এর মাধ্যমে Google Workspace-এর জন্য, Google Admin Console থেকে ক্লায়েন্ট সার্টিফিকেট এবং কী ডাউনলোড করুন এবং সেগুলো RADIUS সার্ভিসে ইনস্টল করুন।

Cloud RADIUS ম্যানেজমেন্ট পোর্টালের মধ্যে আপনার অথেন্টিকেশন পলিসিগুলো নির্ধারণ করুন। একটি কর্পোরেট পরিবেশের জন্য একটি সুগঠিত পলিসি: "অ্যাক্সেস মঞ্জুর করুন যদি সার্টিফিকেটটি [Trusted CA] দ্বারা ইস্যু করা হয় এবং ব্যবহারকারী [Corporate-WiFi-Users] গ্রুপের সদস্য হন এবং ডিভাইসটি Intune-এ Compliant হিসেবে চিহ্নিত থাকে।" এটি একই সাথে আইডেন্টিটি, গ্রুপ মেম্বারশিপ এবং ডিভাইসের সুস্থতা (health) প্রয়োগ করে।

Phase 4: ওয়্যারলেস ইনফ্রাস্ট্রাকচার কনফিগার করুন

আপনার ওয়্যারলেস LAN কন্ট্রোলার বা ক্লাউড ম্যানেজমেন্ট ড্যাশবোর্ডে - Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Ubiquiti UniFi, Cambium, Extreme, বা Fortinet - Cloud RADIUS সার্ভারের IP অ্যাড্রেস এবং শেয়ার্ড সিক্রেটগুলো RADIUS অথেন্টিকেশন সার্ভার হিসেবে যোগ করুন। রিডানডেন্সির জন্য প্রাইমারি এবং সেকেন্ডারি সার্ভার কনফিগার করুন। ক্লাউড রাউন্ড-ট্রিপ লেটেন্সি সামঞ্জস্য করতে RADIUS টাইমআউট ন্যূনতম পাঁচ সেকেন্ডে সেট করুন।

WPA2-Enterprise বা WPA3-Enterprise-এর জন্য কনফিগার করা একটি নতুন SSID তৈরি করুন। Hospitality ডিপ্লয়মেন্টের জন্য, নিশ্চিত করুন যে কর্পোরেট SSID-টি যেকোনো Guest WiFi নেটওয়ার্ক থেকে একটি পৃথক VLAN-এ রয়েছে। Retail পরিবেশের জন্য, শুধুমাত্র ব্যাক-অফ-হাউস এলাকায় কর্পোরেট SSID ডিপ্লয় করার কথা বিবেচনা করুন।

Phase 5: MDM-এর মাধ্যমে WiFi প্রোফাইল ডিপ্লয় করুন

Microsoft Intune: একটি WiFi কনফিগারেশন প্রোফাইল তৈরি করুন। আপনার ইনফ্রাস্ট্রাকচার কনফিগারেশনের সাথে হুবহু মিল রেখে SSID সেট করুন। WPA2-Enterprise বা WPA3-Enterprise নির্বাচন করুন। EAP সেটিংসের অধীনে, EAP-TLS নির্বাচন করুন। SCEP সার্টিফিকেট প্রোফাইলটিকে ক্লায়েন্ট সার্টিফিকেট হিসেবে লিঙ্ক করুন এবং Trusted Root CA প্রোফাইলটি নির্দিষ্ট করুন। এই WiFi প্রোফাইলটি সেই একই ডিভাইস গ্রুপগুলোতে অ্যাসাইন করুন যা সার্টিফিকেট প্রোফাইলগুলো পেয়েছে। ডিভাইসগুলো তাদের পরবর্তী Intune সিঙ্কের সময় নীরবে সার্টিফিকেট এবং WiFi কনফিগারেশন পেয়ে যাবে।

Google Admin Console: Devices, তারপর Networks, তারপর Wi-Fi-এ যান। একটি নতুন WiFi নেটওয়ার্ক প্রোফাইল তৈরি করুন। SSID সেট করুন, WPA3-Enterprise নির্বাচন করুন, EAP-TLS বেছে নিন এবং ডিভাইসে বিশ্বস্ত Root CA সার্টিফিকেট পুশ করুন। এই প্রোফাইলটি আপনার Organisational Units-এ প্রয়োগ করুন। Chromebook-গুলো নীরবে এবং নিরাপদে সংযুক্ত হবে।


সেরা অনুশীলনসমূহ

সব নতুন ডিপ্লয়মেন্টে EAP-TLS বাধ্যতামূলক করুন। PEAP-MSCHAPv2 ব্যবহার করে নতুন নেটওয়ার্ক ডিপ্লয় করবেন না। এর নিরাপত্তা ঝুঁকিগুলো সুপরিচিত এবং আধুনিক MDM টুলের সাহায্যে মাইগ্রেশন পথটি অত্যন্ত সহজ।

কঠোর সার্ভার সার্টিফিকেট ভ্যালিডেশন প্রয়োগ করুন। লিগ্যাসি ডিভাইসের জন্য যদি আপনাকে অবশ্যই PEAP ব্যবহার করতে হয়, তবে RADIUS সার্ভারের সার্টিফিকেট যাচাই করার জন্য ডিভাইসগুলো কনফিগার করুন। Intune WiFi প্রোফাইল এবং Google Admin Console WiFi প্রোফাইলে সার্ভার ভ্যালিডেশনের জন্য বিশ্বস্ত CA নির্দিষ্ট করার একটি ক্ষেত্র রয়েছে। এটি খালি রাখবেন না। এই একটিমাত্র কনফিগারেশন সিদ্ধান্তই একটি নিরাপদ ডিপ্লয়মেন্ট এবং একটি ঝুঁকিপূর্ণ ডিপ্লয়মেন্টের মধ্যে পার্থক্য তৈরি করে।

ডায়নামিক VLAN অ্যাসাইনমেন্টের মাধ্যমে আপনার নেটওয়ার্ক সেগমেন্ট করুন। Entra ID বা Google Workspace-এ ব্যবহারকারীর গ্রুপ মেম্বারশিপ পরীক্ষা করতে আপনার RADIUS সার্ভার ব্যবহার করুন এবং ডায়নামিকভাবে তাদের বিভিন্ন VLAN-এ অ্যাসাইন করুন। RADIUS সার্ভারটি Tunnel-Private-Group-Id অ্যাট্রিবিউট প্রদান করে, যা ক্লায়েন্টকে সঠিক VLAN-এ স্থাপন করে। এটি কোনো নিরাপত্তা লঙ্ঘনের ক্ষেত্রে ল্যাটারাল মুভমেন্ট সীমিত করে এবং PCI DSS নেটওয়ার্ক সেগমেন্টেশনের প্রয়োজনীয়তাগুলোকে সমর্থন করে।

কর্পোরেট এবং গেস্ট অথেন্টিকেশন আলাদা করুন। কর্পোরেট-পরিচালিত ডিভাইসগুলোর জন্য EAP-TLS ব্যবহার করুন। BYOD এবং গেস্ট ডিভাইসগুলোর জন্য SSO সহ একটি Captive Portal ব্যবহার করুন। অনিয়ন্ত্রিত ডিভাইসগুলোতে ম্যানুয়ালি EAP-TLS কনফিগার করার চেষ্টা করলে অতিরিক্ত সাপোর্ট ওভারহেড তৈরি হয়। Purple-এর Guest WiFi প্ল্যাটফর্ম গেস্ট অনবোর্ডিং আলাদাভাবে পরিচালনা করে, যা স্টাফ এবং ভিজিটর ট্রাফিকের মধ্যে একটি স্পষ্ট বিভাজন বজায় রাখে।

প্রোঅ্যাক্টিভভাবে সার্টিফিকেটের মেয়াদ শেষ হওয়ার বিষয়টি মনিটর করুন। সার্টিফিকেটের মেয়াদ শেষ হওয়ার ৯০ দিন, ৩০ দিন এবং সাত দিন আগে মনিটরিং এবং অ্যালার্ট সেট আপ করুন। যদি আপনার RADIUS সার্ভার সার্টিফিকেটের মেয়াদ শেষ হয়ে যায়, তবে সমস্ত ডিভাইস একসাথে সংযোগ হারাবে। যেখানে আপনার PKI এটি সমর্থন করে সেখানে রিনিউয়াল স্বয়ংক্রিয় করুন।

RADIUS টাইমআউট সেটিংস পরীক্ষা করুন। Cloud RADIUS নেটওয়ার্ক রাউন্ড-ট্রিপ লেটেন্সি তৈরি করে যা অন-প্রেমিস NPS করে না। আপনার অ্যাক্সেস পয়েন্টগুলোতে RADIUS টাইমআউট কমপক্ষে পাঁচ সেকেন্ডে সেট করুন। দুই সেকেন্ডের টাইমআউট - যা ডিফল্ট কনফিগারেশনে সাধারণ - মাঝে মাঝে অথেন্টিকেশন ব্যর্থতার কারণ হতে পারে।


ট্রাবলশুটিং এবং ঝুঁকি প্রশমন

প্রাথমিক ডিপ্লয়মেন্ট ব্যর্থতার প্রধান কারণ হলো ব্লকড ফায়ারওয়াল পোর্ট। RADIUS অথেন্টিকেশনের জন্য আপনার ওয়্যারলেস ইনফ্রাস্ট্রাকচার থেকে Cloud RADIUS সার্ভিসে আউটবাউন্ড UDP পোর্ট ১৮১২ প্রয়োজন। RADIUS অ্যাকাউন্টিংয়ের জন্য UDP পোর্ট ১৮১৩ প্রয়োজন। অন্য কোনো ট্রাবলশুটিং করার আগে এগুলো খোলা আছে কিনা তা যাচাই করুন।

সার্টিফিকেট ভ্যালিডেশন ব্যর্থতা কোনো স্পষ্ট কারণ ছাড়াই অথেন্টিকেশন প্রত্যাখ্যান হিসেবে দেখা দেয়। ক্রমানুসারে নিম্নলিখিত বিষয়গুলো পরীক্ষা করুন: ক্লায়েন্ট এবং RADIUS সার্ভার উভয়ের সার্টিফিকেটের মেয়াদ; ক্লায়েন্ট ডিভাইস এবং RADIUS সার্ভারের মধ্যে ক্লক স্কিউ (EAP-TLS সঠিক সময় নির্ধারণের ওপর নির্ভর করে); এবং Root CA সার্টিফিকেটটি MDM-এর মাধ্যমে ডিভাইসে সফলভাবে ডিপ্লয় করা হয়েছে কিনা।

গ্রুপ মেম্বারশিপ কার্যকর না হওয়া একটি সাধারণ সমস্যা যখন RADIUS পলিসিগুলো Entra ID বা Google Workspace গ্রুপগুলোকে রেফারেন্স করে। Cloud RADIUS প্রোভাইডারের গ্রুপ মেম্বারশিপ পড়ার জন্য সঠিক API পারমিশন আছে কিনা তা যাচাই করুন। Entra ID-তে, কনফার্ম করুন যে সার্ভিস প্রিন্সিপালের GroupMember.Read.All পারমিশন রয়েছে। Google Workspace-এ, কনফার্ম করুন যে Secure LDAP ক্লায়েন্টের গ্রুপের তথ্য পড়ার পারমিশন রয়েছে।

VLAN অ্যাসাইনমেন্ট কাজ না করা সাধারণত RADIUS অ্যাট্রিবিউট ভ্যালু এবং ওয়্যারলেস ইনফ্রাস্ট্রাকচারে কনফিগার করা VLAN ID-এর মধ্যে অমিল নির্দেশ করে। কনফার্ম করুন যে Tunnel-Type VLAN (ভ্যালু ১৩) এ সেট করা আছে, Tunnel-Medium-Type ৮০২ (ভ্যালু ৬) এ সেট করা আছে এবং Tunnel-Private-Group-Id সুইচ বা কন্ট্রোলারে কনফিগার করা VLAN ID-এর সাথে মিলছে।

BYOD ডিভাইসে EAP-TLS ব্যর্থ হওয়া সাধারণত নির্দেশ করে যে ক্লায়েন্ট সার্টিফিকেট সফলভাবে ডিপ্লয় করা হয়নি। Intune-পরিচালিত ডিভাইসগুলোর জন্য, Intune অ্যাডমিন সেন্টারে ডিভাইসের সার্টিফিকেট স্টোর পরীক্ষা করুন। Google-পরিচালিত Chromebook-এর জন্য, সার্টিফিকেট প্রোফাইলটি সঠিক অর্গানাইজেশনাল ইউনিটে অ্যাসাইন করা হয়েছে কিনা এবং ডিভাইসটি সম্প্রতি সিঙ্ক হয়েছে কিনা তা যাচাই করুন।


ROI এবং ব্যবসায়িক প্রভাব

Cloud RADIUS-এ স্থানান্তরিত হলে পরিমাপযোগ্য অপারেশনাল সাশ্রয় হয়। অন-প্রেমিস RADIUS-এর জন্য হাই অ্যাভেইলেবিলিটি, চলমান OS প্যাচিং, সার্টিফিকেট ম্যানেজমেন্ট এবং বিশেষজ্ঞ ইঞ্জিনিয়ারিং সময়ের জন্য কমপক্ষে দুটি সার্ভার প্রয়োজন। এক বছরে RADIUS রক্ষণাবেক্ষণে একজন ইঞ্জিনিয়ারের ব্যয় করা সময় সাধারণত Cloud RADIUS সাবস্ক্রিপশনের বার্ষিক খরচকে ছাড়িয়ে যায়।

ব্যবসায়িক সুবিধা কেবল খরচ কমানোর মধ্যেই সীমাবদ্ধ নয়। যাচাইকৃত ক্লাউড আইডেন্টিটির সাথে নেটওয়ার্ক অ্যাক্সেস যুক্ত করার মাধ্যমে আপনি যা পাবেন:

তাত্ক্ষণিক অফবোর্ডিং। Entra ID বা Google Workspace-এ কোনো ব্যবহারকারীকে নিষ্ক্রিয় করলে অবিলম্বে সমস্ত সাইটে তাদের নেটওয়ার্ক অ্যাক্সেস বাতিল হয়ে যায়। কোনো বিলম্ব নেই, কোনো ম্যানুয়াল প্রক্রিয়া নেই এবং কোনো প্রাক্তন কর্মচারীর WiFi অ্যাক্সেস থেকে যাওয়ার কোনো ঝুঁকি নেই। এটি ডেটা অ্যাক্সেস অধিকার সংক্রান্ত GDPR বাধ্যবাধকতাগুলোকে সরাসরি সমর্থন করে।

সমৃদ্ধ অ্যানালিটিক্স। যখন নেটওয়ার্ক অ্যাক্সেস অথেন্টিকেটেড আইডেন্টিটির সাথে যুক্ত থাকে, তখন Purple-এর WiFi Analytics -এর মতো প্ল্যাটফর্মগুলো স্পেস ইউটিলাইজেশন এবং ভিজিটর জার্নির ওপর আরও সমৃদ্ধ ডেটা প্রদান করে। আপনি বেনামী MAC অ্যাড্রেস থেকে নামসহ অথেন্টিকেটেড ব্যবহারকারীতে স্থানান্তরিত হন, যা অপারেশন এবং মার্কেটিং টিমের কাছে উপলব্ধ ইনসাইটের গুণমানকে আমূল পরিবর্তন করে।

কমপ্লায়েন্স প্রমাণ। EAP-TLS অথেন্টিকেশন বিস্তারিত অ্যাক্সেস লগ তৈরি করে - কে সংযুক্ত হয়েছে, কোন ডিভাইস থেকে, কোন লোকেশনে এবং কোন সময়ে। এই অডিট ট্রেইলটি PCI DSS প্রয়োজনীয়তা ১০ (লগিং এবং মনিটরিং) এবং GDPR জবাবদিহিতার বাধ্যবাধকতাগুলোকে সমর্থন করে।

মাল্টি-সাইট ধারাবাহিকতা। একটি একক Cloud RADIUS সার্ভিস একটি ড্যাশবোর্ড থেকে পরিচালিত সামঞ্জস্যপূর্ণ পলিসির মাধ্যমে আপনার সমস্ত সাইটকে অথেন্টিকেট করে। একটি নতুন hotel, store বা ভেন্যু যুক্ত করার অর্থ হলো RADIUS কনফিগারেশনে এর অ্যাক্সেস পয়েন্টগুলো যুক্ত করা - অন্য কোনো সার্ভার পাঠানো এবং কনফিগার করা নয়। বড় এস্টেট পরিচালনাকারী সংস্থাগুলোর জন্য এটি একটি উল্লেখযোগ্য অপারেশনাল সুবিধা।

Transport অপারেটর এবং Healthcare ভেন্যুগুলোর জন্য যেখানে নেটওয়ার্ক আপটাইম অপারেশনালভাবে অত্যন্ত গুরুত্বপূর্ণ, Cloud RADIUS প্রোভাইডাররা সাধারণত বিল্ট-ইন মাল্টি-রিজিয়ন ফেইলওভার সহ ৯৯.৯৯৯% আপটাইম SLA অফার করে। Purple ৮০,০০০+ লাইভ ভেন্যু জুড়ে ৯৯.৯৯৯% আপটাইমে কাজ করে, যেখানে ২০২৪ সালে ৪৪০ মিলিয়ন লগইন প্রসেস করা হয়েছে (Purple ইন্টারনাল ডেটা, ২০২৪)।

সংশ্লিষ্ট বিষয়ে আরও পড়ার জন্য, WAN Computer Definition: A Practical Guide for 2026 এবং World WiFi Day 2026: How Your Venue Can Help Bridge the Digital Divide দেখুন।

মূল সংজ্ঞাসমূহ

RADIUS (Remote Authentication Dial-In User Service)

A networking protocol defined in RFC 2865 that provides centralised Authentication, Authorisation, and Accounting (AAA) management for users connecting to a network service. The RADIUS server acts as the decision engine between your access points and your identity directory.

Every enterprise WPA2-Enterprise or WPA3-Enterprise WiFi network depends on a RADIUS server. Without it, IEEE 802.1X authentication does not function.

RADIUS as a Service (RADIUSaaS)

A cloud-hosted RADIUS implementation delivered as a managed service. The provider maintains the infrastructure, patching, high availability, and identity provider integrations. You configure authentication policies and point your access points to the cloud RADIUS IPs.

RADIUSaaS eliminates the need for on-premise NPS or FreeRADIUS servers, removing the associated hardware, OS patching, and specialist maintenance overhead.

IEEE 802.1X

An IEEE standard for port-based Network Access Control. It defines the three-party authentication model: the supplicant (client device), the authenticator (access point or switch), and the authentication server (RADIUS server). The authenticator blocks all traffic until the RADIUS server grants access.

The foundational standard for enterprise WiFi authentication. WPA2-Enterprise and WPA3-Enterprise both rely on 802.1X.

EAP-TLS (Extensible Authentication Protocol - Transport Layer Security)

An authentication method defined in RFC 5216 that uses digital certificates on both the RADIUS server and the client device for mutual authentication. Neither party sends a password. The client presents its certificate; the server validates it against the directory in real time.

The gold standard for enterprise WiFi security. Eliminates credential theft, phishing, and password-related helpdesk overhead. Required for PCI DSS compliance on cardholder data networks.

PEAP-MSCHAPv2 (Protected EAP - Microsoft Challenge Handshake Authentication Protocol v2)

An authentication method that creates an encrypted TLS tunnel and then sends the user's username and password through it. Vulnerable to Evil Twin attacks if the client does not strictly validate the RADIUS server certificate.

The legacy default for enterprise WiFi. Still widely deployed but should be migrated to EAP-TLS in all new and existing deployments where possible.

Microsoft Entra ID

Microsoft's cloud-based identity and access management service, formerly known as Azure Active Directory (Azure AD). Manages user identities, group memberships, device compliance, and Conditional Access policies.

The primary identity source for Cloud RADIUS in Microsoft-centric environments. Cloud RADIUS providers connect to Entra ID via Microsoft Graph API.

Google Secure LDAP

A managed service available on Cloud Identity Premium and Google Workspace Enterprise editions that provides a traditional LDAP interface to Google's cloud directory. RADIUS servers connect to ldap.google.com on port 636 using client certificates.

The primary integration path for connecting a Cloud RADIUS server to Google Workspace. Google does not offer a native RADIUS service, so Secure LDAP acts as the bridge.

PKI (Public Key Infrastructure)

The set of roles, policies, hardware, software, and procedures needed to create, manage, distribute, use, store, and revoke digital certificates. A PKI is required to issue the client and server certificates used in EAP-TLS authentication.

Cloud-native PKI options from RADIUS vendors or Microsoft (Cloud PKI) eliminate the need for on-premise Active Directory Certificate Services (ADCS).

SCEP (Simple Certificate Enrollment Protocol)

A protocol that enables devices to request and receive digital certificates from a Certificate Authority automatically. Used by Microsoft Intune and Google Admin Console to deploy client certificates to managed devices without user interaction.

SCEP profiles in Intune are the mechanism by which corporate devices silently receive the client certificates needed for EAP-TLS authentication.

Dynamic VLAN assignment

A RADIUS feature that returns VLAN assignment attributes (Tunnel-Type, Tunnel-Medium-Type, Tunnel-Private-Group-Id) to the access point based on the authenticated user's directory group membership. The AP places the client on the specified VLAN automatically.

Enables granular network segmentation without manual VLAN configuration per device. Staff in different roles or departments land on different network segments, limiting lateral movement and supporting PCI DSS segmentation requirements.

সমাধানকৃত উদাহরণসমূহ

A 200-room hotel is migrating its back-of-house staff network from an ageing on-premise NPS server to a cloud-native solution. The hotel has recently moved to Microsoft Entra ID and Microsoft 365 E5. Staff devices are Windows laptops managed by Intune. The wireless infrastructure is Cisco Meraki. The hotel needs staff to connect automatically without password prompts, and needs instant revocation when a member of staff leaves.

Deploy a Cloud RADIUS solution with Entra ID integration. Step 1: grant the Cloud RADIUS provider Microsoft Graph API permissions (User.Read.All, GroupMember.Read.All, Device.Read.All) in the Entra ID tenant. Step 2: in Intune, create a Trusted Certificate profile with the Cloud RADIUS Root CA and deploy it to the 'All Corporate Devices' group. Step 3: create a SCEP Certificate profile with Subject Name CN={{UserPrincipalName}} and deploy it to the same group. Step 4: configure the Cloud RADIUS authentication policy: allow access if certificate is issued by [Trusted CA] AND user is member of [Hotel-Staff-WiFi] Entra ID group AND device is Intune-compliant. Step 5: in Cisco Meraki dashboard, add the Cloud RADIUS primary and secondary IPs as RADIUS servers on the back-of-house SSID. Set RADIUS timeout to 5 seconds. Step 6: in Intune, create a WPA3-Enterprise WiFi profile for the back-of-house SSID, specifying EAP-TLS and linking the SCEP certificate profile. Deploy to the 'All Corporate Devices' group. Devices silently receive the certificate and WiFi profile on next Intune sync and connect automatically. When a staff member leaves, disabling their Entra ID account immediately revokes network access at all sites.

পরীক্ষকের মন্তব্য: This approach eliminates the on-premise NPS dependency entirely. EAP-TLS removes the phishing vector of credential-based authentication. Intune automates certificate lifecycle management, removing the manual overhead that caused the previous NPS deployment to fall behind on certificate renewals. The Entra ID group policy means that when HR disables an account, network access is revoked in real time - no manual RADIUS policy update required. The Cisco Meraki integration is straightforward: Cloud RADIUS is hardware-agnostic and works with any 802.1X-capable infrastructure.

A retail chain with 50 stores uses Google Workspace and manages a fleet of 500 Chromebooks used by store associates for inventory and point-of-sale operations. They currently use a shared WPA2 PSK for the store operations network, which creates a security risk when devices are lost or stolen. They want to move to 802.1X authentication without deploying local servers at each store. Their wireless infrastructure is HPE Aruba.

Deploy a Cloud RADIUS solution with Google Workspace integration via Google Secure LDAP. Step 1: in Google Admin Console, navigate to Apps, then LDAP, and add a new LDAP client for the Cloud RADIUS service. Configure read permissions for user information and group membership. Download the generated client certificate and key. Step 2: configure the Cloud RADIUS service with the Google Secure LDAP credentials. Step 3: configure a cloud PKI to issue certificates to the Chromebooks. In Google Admin Console, navigate to Devices, then Networks, then Certificates, and upload the Root CA. Configure the certificate issuance profile and apply it to the Store-Associates Organisational Unit. Step 4: in Google Admin Console, create a WPA3-Enterprise WiFi profile for the store operations SSID. Set EAP-TLS, link the Root CA, and apply to the Store-Associates OU. Chromebooks receive the certificate and WiFi profile on next Admin Console sync. Step 5: in HPE Aruba Central, configure the store operations SSID with WPA3-Enterprise and add the Cloud RADIUS primary and secondary IPs. Set RADIUS timeout to 5 seconds. Configure dynamic VLAN assignment to place store associates on VLAN 20 (store operations) based on their Google Workspace group membership. When a Chromebook is lost or stolen, removing it from the Store-Associates OU immediately revokes its network access.

পরীক্ষকের মন্তব্য: This deployment eliminates the shared PSK risk. A lost or stolen Chromebook with a shared PSK gives an attacker persistent network access until the PSK is rotated across all 50 stores. With EAP-TLS, the certificate on the lost device can be revoked immediately. The Google Secure LDAP integration is the correct path for Google Workspace environments - it provides a stable, standards-based interface that the Cloud RADIUS service can query without requiring a custom API integration. Dynamic VLAN assignment ensures store associates land on the correct network segment, supporting PCI DSS network segmentation requirements for retail environments.

অনুশীলনী প্রশ্নসমূহ

Q1. Your organisation is migrating from on-premise Active Directory to Microsoft Entra ID. You currently use PEAP-MSCHAPv2 for WiFi authentication on 300 corporate laptops managed by Intune. You have Microsoft 365 E5 licensing. What is the most secure and operationally efficient path to migrate WiFi authentication to a cloud-native architecture?

ইঙ্গিত: Consider the vulnerabilities of credential-based authentication, the capabilities of Microsoft Intune for certificate deployment, and the need to avoid on-premise infrastructure dependencies.

মডেল উত্তর দেখুন

Deploy a Cloud RADIUS solution with Entra ID integration. Use Microsoft Intune to deploy a Trusted Certificate profile (Root CA) and a SCEP Certificate profile to the 300 laptops. Configure the Cloud RADIUS authentication policy to require a valid certificate from the trusted CA and membership of the Corporate-WiFi-Users Entra ID group. Create a WPA3-Enterprise WiFi profile in Intune specifying EAP-TLS and link the SCEP certificate profile. Devices silently receive the certificate and WiFi configuration on next Intune sync. This eliminates PEAP-MSCHAPv2 credential theft risk, removes the on-premise NPS dependency, and provides instant revocation when an Entra ID account is disabled.

Q2. A user at your hotel reports they cannot connect to the back-of-house staff WiFi after returning from a two-week holiday. Other staff are connecting without issue. The network uses EAP-TLS with certificates deployed via Intune. What are the three most likely causes, in order of likelihood?

ইঙ্গিত: EAP-TLS relies on time-sensitive cryptographic assets and real-time directory lookups.

মডেল উত্তর দেখুন
  1. The user's client certificate has expired. Certificates have a defined validity period, and if the device was offline during the renewal window, the SCEP profile may not have renewed it. Check the certificate expiry date in the Intune device certificate store. 2. The device's system clock is significantly out of sync (clock skew), causing certificate validation to fail. EAP-TLS validates certificate timestamps; a clock more than five minutes out of sync will cause authentication failures. 3. The user's Entra ID account was placed in a different group during their absence (for example, moved from active staff to a different OU), and the RADIUS authentication policy no longer matches their group membership. Check the user's group memberships in Entra ID against the RADIUS policy.

Q3. You are the IT manager for a retail chain with 80 stores. You use Google Workspace and manage 400 Chromebooks via Google Admin Console. You want to replace the current shared WPA2 PSK on the store operations network with 802.1X authentication. You have no on-premise servers at any store location. What architecture do you deploy, and what is the primary security benefit over the current PSK approach?

ইঙ্গিত: Consider what happens when a Chromebook is lost or stolen under each authentication model.

মডেল উত্তর দেখুন

Deploy a Cloud RADIUS service with Google Secure LDAP integration. Configure a cloud PKI to issue certificates to the Chromebooks. In Google Admin Console, deploy the Root CA and a SCEP client certificate profile to the Store-Associates Organisational Unit. Create a WPA3-Enterprise WiFi profile specifying EAP-TLS and deploy it to the same OU. Configure HPE Aruba (or equivalent) access points at each store to point to the Cloud RADIUS service. The primary security benefit: under the current shared PSK, a lost or stolen Chromebook retains WiFi access until the PSK is rotated across all 80 stores - a disruptive, time-consuming process. With EAP-TLS, removing the device from the Store-Associates OU in Google Admin Console immediately revokes its certificate and network access, with no impact on any other device.

Q4. During a Cloud RADIUS deployment, you configure the SSID on Cisco Meraki access points and deploy the Intune WiFi profile to a pilot group of 20 devices. None of the devices can connect. The Intune device status shows the certificate and WiFi profile as successfully deployed. What is the first thing you check?

ইঙ্গিত: The most common cause of initial deployment failure is not a configuration error in the RADIUS policy or the certificate.

মডেল উত্তর দেখুন

Check that UDP ports 1812 and 1813 are open outbound from the Cisco Meraki access points (or the Meraki cloud infrastructure) to the Cloud RADIUS server IP addresses. Blocked firewall ports are the leading cause of initial deployment failure. The fact that certificates and WiFi profiles are successfully deployed rules out Intune configuration issues. The next checks are: RADIUS shared secret mismatch between Meraki and the Cloud RADIUS service; RADIUS timeout set too low (increase to at least 5 seconds); and whether the Cloud RADIUS server IPs are correctly entered in the Meraki SSID configuration.

এই সিরিজে পড়া চালিয়ে যান

The Security Benefits of RADIUS as a Service for Hybrid Workforces

এই টেকনিক্যাল রেফারেন্স গাইডটি ব্যাখ্যা করে যে কীভাবে RADIUS as a Service বিভিন্ন স্থানে ছড়িয়ে থাকা হাইব্রিড ওয়ার্কফোর্সের জন্য নেটওয়ার্ক অ্যাক্সেস সুরক্ষিত করে। এটি অন-প্রেমিস RADIUS ইনফ্রাস্ট্রাকচারকে ক্লাউড-ম্যানেজড অথেন্টিকেশন সার্ভিস দ্বারা প্রতিস্থাপন করার আর্কিটেকচার, নিরাপত্তা সুবিধা এবং ডেপ্লয়মেন্টের ধাপগুলো কভার করে। হোটেল, রিটেইল চেইন, স্টেডিয়াম এবং পাবলিক-সেক্টর অর্গানাইজেশনের আইটি ম্যানেজার এবং নেটওয়ার্ক আর্কিটেক্টদের জন্য, এই গাইডটি এই কোয়ার্টারে ক্লাউড RADIUS মাইগ্রেশন মূল্যায়ন এবং কার্যকর করার জন্য প্রয়োজনীয় প্রমাণ সরবরাহ করে।

গাইডটি পড়ুন →

Cloud RADIUS ব্যবহার করে 802.1X প্রমাণীকরণ কীভাবে বাস্তবায়ন করবেন

এই প্রযুক্তিগত রেফারেন্স গাইডটি বিতরণকৃত এন্টারপ্রাইজ এস্টেট জুড়ে Cloud RADIUS সহ 802.1X প্রমাণীকরণ বাস্তবায়নের জন্য একটি ব্যাপক কাঠামো সরবরাহ করে। এটি অন-প্রাঙ্গণ অবকাঠামোর অপারেশনাল ওভারহেড দূর করার সাথে সাথে নেটওয়ার্ক অ্যাক্সেস সুরক্ষিত করার জন্য প্রয়োজনীয় স্থাপত্য, EAP পদ্ধতি নির্বাচন, স্থাপনার ক্রম এবং ঝুঁকি প্রশমন কৌশলগুলির বিশদ বিবরণ দেয়।

গাইডটি পড়ুন →

Cloud RADIUS কী? RADIUS অ্যাজ আ সার্ভিস-এর একটি বিস্তারিত নির্দেশিকা

এই বিস্তারিত নির্দেশিকাটি Cloud RADIUS (RADIUS অ্যাজ আ সার্ভিস) অন্বেষণ করে, এর আর্কিটেকচার, EAP পদ্ধতি এবং বাস্তবায়ন কৌশলগুলির বিশদ বিবরণ দেয়। এটি আইটি নেতাদের অন-প্রিমিজ সার্ভার থেকে একটি স্কেলযোগ্য, সুরক্ষিত এবং অনুগত ক্লাউড-ভিত্তিক প্রমাণীকরণ মডেলে স্থানান্তরিত হওয়ার বিষয়ে কার্যকর অন্তর্দৃষ্টি প্রদান করে।

গাইডটি পড়ুন →