@Praveen raj Thank you for reaching out to us, As I understand you want to restrict users connecting to wifi, you can consider this approach If you are using RADIUS authentication with Azure AD Domain Services and Meraki AP, you can restrict access to the Meraki AP by configuring Network Policies on the RADIUS server.
To restrict access, you can create a Network Policy that specifies the conditions under which a user is allowed to connect to the Meraki AP. For example, you can create a Network Policy that only allows users to connect to the Meraki AP if they are members of a specific group in Azure AD.
To do this, you can create a Security Group in Microsoft Entra ID/Azure AD and add the users who are allowed to connect to the Meraki AP to this group. Then, you can configure the Network Policy on the RADIUS server to only allow users who are members of this group to connect to the Meraki AP.
To configure the Network Policy, you can use the Network Policy Server (NPS) console on the RADIUS server. In the NPS console, you can create a new Network Policy and specify the conditions under which the policy should be applied.
Once you have created the Network Policy, you can configure the Meraki AP to use the RADIUS server for authentication. You will need to specify the RADIUS server IP address, shared secret, and other settings on the Meraki AP.
By configuring Network Policies on the RADIUS server, you can restrict access to the Meraki AP based on user attributes such as group membership. This can help improve security and prevent unauthorized access to the network.
Let me know if you have any further questions, feel free to post back.
Please remember to "Accept Answer" if answer helped, so that others in the community facing similar issues can easily find the solution.