Intune integration with Wifi network

Samuel Santos 250 Reputation points
2024-04-10T16:35:28.7766667+00:00

Is there any way to integrate Azure Active Directory with my corporate network? so that when the user connects to WiFi, he needs to log into his corporate account.

Microsoft Security | Intune | Other
{count} votes

Accepted answer
  1. Carlos Solís Salazar 18,191 Reputation points MVP Volunteer Moderator
    2024-04-11T21:11:21.07+00:00

    You can use conditional access(https://learn.microsoft.com/en-us/entra/identity/conditional-access/overview),

    Here’s a high-level overview of how you might set this up:

    • Define the Conditions: You can create conditions based on signals such as user or group membership, IP location information, device information, and application. In your case, you would define a condition based on the network location (i.e., the specific WiFi network). https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-conditional-access-conditions
    • Create the Access Policy: Conditional Access policies are essentially if-then statements. For example, you could create a policy that states: “If a user wants to access a resource, then they must complete an action.” In your case, the action would be logging in with Entra ID.
    • Enforce the Policy: Conditional Access policies are enforced after the first-factor authentication is completed. So, once a user connects to the specific WiFi network and tries to access a resource, they would be prompted to log in with their Entra ID.

    Hope this helps!

    Please accept the answer if it helps.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.