> For the complete documentation index, see [llms.txt](https://docs.mirketsecurity.com/mirket-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mirketsecurity.com/mirket-help-center/mirket-help-center/mirket-on-premise/integrations/palo-alto-mfa-for-admin-accounts.md).

# Palo Alto MFA for admin accounts

Palo Alto Networks GlobalProtect Integration

## General Overview

This guide explains the instructions on configuring Mirket multi-factor authentication for Palo Alto Networks Admin login .&#x20;

## Configuring Palo Alto

Follow these steps to configure Palo Alto:

### RADIUS Service Configuration

* Select the **Device** tab and go to **Service Profiles > Radius** from the menu.
* Click on **Add** to create a new profile.

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

* Enter a name in the **Profile Name** field; for instance, "MirketRadius".
* Input "**60**" in the **Timeout** field.
* Input "**1**" in the **Retries** field.
* Choose **PAP** option from the **Authentication Protocol** dropdown list.
* Click on **Add** to add a Radius server, in the **Servers** section.
* Enter a name for the Radius server; for instance "MirketGW".
* Input the IP address of the server where the "**Mirket Radius**" is installed in the **RADIUS Server** field.
* Input a shared secret key to communicate with the RADIUS server in the **Secret** field (Mirket Radius). In Mirket use this same secret key when [configuring a RADIUS client resource](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/rules/radius-rules/radius-clients.md).
* Input "**1812**" in the **Port** field. You should define your own port here. Then click on **OK** to confirm settings.

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

* Return to the **Device** tab and go to **Setup**, from the menu. Then select the **Services** tab.

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

* &#x20;Click on **Service Route Configuration** under the **Service Feature**.
* Check the IP address Palo Alto connect for radius request and make sure radius packets  (Udp 1812 and Udp 1813) are allowed between Palo Alto and Mirket.&#x20;

<figure><img src="/files/6rCnLmVPya5yEgbqAdod" alt=""><figcaption></figcaption></figure>

### Authentication Profile Configuration

* Select the **Device** tab and go to **Authentication Profile**, from the menu.
* Then, click on **Add** to create a new profile.

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

* Enter a name for the authentication profile; for instance, RadiusMirketProfile.
* Choose "**RADIUS**" option from the **Type** dropdown list.
* Choose the previously created [RADIUS service](#radius-service-configuration) profile from the **Server Profile** dropdown list(e.g., MirketRadius).
* Enter a  domain  name in the **User Domain** field.&#x20;
* Click on the **Advanced** tab.

<figure><img src="/files/0d3PoR9wBKcXsbRsVjTb" alt=""><figcaption></figcaption></figure>

* Then, choose "**all**" option in the **Allow List**.
* Then, **Click OK.**&#x20;
* Then click on **Commit** to save settings on the top right side.

### Administrator Account Configuration

* Select the **Device** tab and go to **Administrators**, from the menu.
* Then, click on **Add** to create a new administrator account.

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

* Enter a name for the administrator account in the Name field. In this instance, we input the name as "**johnson**".
* Choose the previously created Authentication profile from the **Authentication Profile** dropdown list (e.g., RadiusMirketProfile).
* Choose the "**Superuser**" option from the **Administrator Type** dropdown list.
* Click on **OK** to confirm settings.
* Click on **Commit** to save settings on the top right side.

## Configure Mirket

To enable Mirket to receive authentication requests from GlobalProtect, follow these steps:

### Add a Palo Alto as Resource in Mirket with Mirket Radius Gateway

Before starting, ensure that you have installed Mirket Radius Gateway. To add a Radius Client to the Mirket Radius Gateway, follow these steps:

* First, navigate to the directory `C:\MirketRadius` and open the `config.json` file.&#x20;

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

* Fill in the <kbd>gateway</kbd> and <kbd>radiusClientList</kbd> fields according to the provided specifications to ensure accurate and secure network configuration.
  * **samName**: Enter the SAM name of the gateway. In Mirket, user identification is done using the SAM (Security Account Manager) name. This is preferred over the standard username. This username is used for authentication and access controls. Please provide your domain name, such as 'mirket'.
  * **authenticationPort**: Enter the authentication port value you set for the gateway. The default value is 1812.
  * **accountingPort**: Enter the accounting port value you specified for the gateway. The default value is 1813.
  * **gatewayIp**: Enter the IP address of the server where the Mirket is installed.
  * **ipAddress**: Enter the IP address of your firewall.
  * **secretKey**: Enter your secret key. This secret key is used to link your radius client and radius server, so ensure they are identical.

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

* Once you've made the necessary changes to the config.json file, save and close it. **Note**: You can add multiple RADIUS clients.
* After completing the configuration, restart the 'Mirket Radius Gateway Service'.

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

### User and Group configuration on Mirket&#x20;

To set up multifactor authentication, make sure you have at least one user group in Mirket.

If it is preferred to use a local user, first create a local group and then create a local user and make the user a member of the group.

* [Create a Local Group to add users manually.](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/user-management/local-group-configuration.md)
* [Add local Mirket users manually.](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/user-management/local-users-configuration.md)

If it is preferred to use LDAP users, the priority LDAP group is created by pulling users from Active Directory or OpenLDAP in Mirket.

* [Create a LDAP group to include LDAP users.](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/user-management/ldap-group-configuration.md)
* [Sync users from an external user database.](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/user-management/ldap-users.md)

### Add a Radius Rules to Mirket

Radius Rules define user access to resources and the authentication methods available (such as SMS, Approve / Deny, OTP etc.).

First, you should follow these steps:

* Select **Rules > Radius Rules**.
* Click on **Add New**.
* Enter a rule name in the **Name** field.
* Enter the rule description in the **Description** field.
* Select the group to which the rule applies from the **Group** dropdown list.
* Select the provider to which the rule applies from the **Provider** dropdown list.
* Click on **Save** to confirm settings.

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

#### Related Topics

[Palo Alto SSL VPN Integration](/mirket-help-center/mirket-help-center/mirket-on-premise/integrations/palo-alto-ssl-vpn-integration.md)

[Radius Clients](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/rules/radius-rules/radius-clients.md)

[Radius Rules](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/rules/radius-rules.md)

[Local Group Configuration](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/user-management/local-group-configuration.md)

[Local Users Configuration](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/user-management/local-users-configuration.md)

[LDAP Group Configuration](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/user-management/ldap-group-configuration.md)

[LDAP Users](/mirket-help-center/mirket-help-center/mirket-on-premise/mirket-admin-panel/user-management/ldap-users.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.mirketsecurity.com/mirket-help-center/mirket-help-center/mirket-on-premise/integrations/palo-alto-mfa-for-admin-accounts.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.
