# MAC Address Restrictions

#### MAC Address Restrictions&#x20;

The **MAC Address Restrictions** page in *Skillmine Auth* allows administrators to define, organize, and control access to the system based on **device MAC addresses**.\
This ensures that only registered or authorized devices can connect, adding an additional layer of security and control to your authentication environment.

After implementing MAC Address Restrictions, **Skillmine Auth Browser becomes mandatory** for users to access applications.\
This enforcement ensures that users can only access the application through the **Skillmine Auth Browser**, thereby preventing access from standard or unapproved browsers.\
By doing so, administrators can maintain a **secure and controlled access path** that aligns with organizational security policies.

Administrators can create groups of MAC addresses, associate them with specific teams or use cases, and manage their access permissions centrally.&#x20;

This page is used to:&#x20;

* Create and manage MAC Address Groups for logical collections of devices categorized by teams, departments, or functions.&#x20;
* Add, view, and edit MAC addresses within each group.&#x20;
* Restrict or allow access based on specific devices to strengthen endpoint-level security.&#x20;

By enforcing MAC-based restrictions, organizations can prevent unauthorized hardware from accessing sensitive resources or networks.&#x20;

#### *Configuration*&#x20;

***Step 1:*** Create a MAC Address Group&#x20;

1. Navigate to **Settings → Device Restrictions → MAC Address**.&#x20;
2. Click **+ Create Mac Address Group**.&#x20;
3. Enter the following details:&#x20;
   1. **MAC Address Group Name:** A descriptive name for the group .&#x20;
   2. **Description:** Optional details to explain the purpose of the group.&#x20;
4. Click **Save** to create the group.&#x20;

Once created, the group will appear in the list along with its description, creation date, and available actions.&#x20;

<figure><img src="/files/nnDJBoHLUh7aUO4wM8uj" alt=""><figcaption></figcaption></figure>

***Step 2:*** Add MAC Addresses to the Group&#x20;

1. From the MAC Address Group List, click the **Edit icon** next to a group name to open its settings.&#x20;
2. Click **+ Add MAC Address** to add new devices.&#x20;
3. Enter the following details:&#x20;
   1. **MAC Address:** The physical MAC address of the device you want to allow or restrict.&#x20;
   2. **Description:** Optional notes about the device.&#x20;
4. Click **Save** to include the device in the group.&#x20;

You can edit or remove MAC entries at any time using the corresponding icons under the **Action** column.&#x20;

<figure><img src="/files/NtcHI3baeD5xzwFnptDB" alt=""><figcaption></figcaption></figure>

#### *Conclusion*&#x20;

The MAC Address Restrictions feature in Skillmine Auth provides administrators with the tools to manage access control at the device level. \
By grouping and registering MAC addresses, administrators can control which devices are permitted to connect, monitor updates, and maintain compliance with security policies.&#x20;

It’s an essential configuration page for enhancing network-level security, ensuring that only trusted hardware can interact with your authentication environment.&#x20;

**Note:** Once the MAC Address Restriction policy is enforced, users attempting to log in from **unregistered devices** or **non-Skillmine browsers** will be restricted from accessing the application.\
It is recommended that all authorized users install and use the **Skillmine Auth Browser** to ensure uninterrupted and compliant access.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://authdocs.skill-mine.com/licentio-documentation/settings/mac-address-restrictions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
