Skip to content

Network Policy Servers – Configure NPS Forwarding Endpoints

The Network Policy Servers (NPS) page manages external NPS endpoints that MideyeServer can forward RADIUS requests to. NPS servers are referenced by LDAP profiles to enable delegated authentication — when an LDAP profile is configured with an NPS server, matching RADIUS requests are forwarded to that NPS for policy evaluation.

Each NPS server entry defines the hostname, port, and shared secret required for RADIUS communication.

Required Role: ROOT, SUPER_ADMIN, or ADMIN (to create, edit, or delete NPS servers)

Navigation: Home → RADIUS Settings → Network Policy Servers

RoleViewCreate / Edit / Delete
ROOT
SUPER_ADMIN
ADMIN
OPERATOR
ColumnDescriptionSortable
Server NameUnique name identifying the NPS serverYes
Host NameHostname or IP address of the NPS serverYes
PortUDP port for RADIUS communicationYes
ActionEdit and Delete buttons (admin only)

A single-page form (no tabs) with all configuration fields.

FieldTypeRequiredValidationDefaultDescription
Server NameTextYesMax 255 characters, unique (async check)Unique name for this NPS server
Host NameTextYesMust be valid hostname or IPv4 address (async check)Network address of the NPS server
PortNumberYesMin: 1, Max: 655351812UDP port for RADIUS communication
SecretPasswordYesMax 255 charactersShared secret for authenticating with the NPS server
  1. Click Add New.
  2. Enter a descriptive server name (e.g., “Corp-NPS-01”).
  3. Enter the NPS server’s hostname or IP address.
  4. Set the port (default 1812 for RADIUS authentication).
  5. Enter the shared secret configured on the NPS server.
  6. Click Save.
  7. Associate this NPS server with an LDAP Profile.
  1. Create multiple NPS server entries, each pointing to a different NPS instance.
  2. Associate them with different LDAP profiles or use them as failover targets.
IssuePossible CauseResolution
Cannot save — name already existsDuplicate server nameChoose a unique server name
Hostname validation failsInvalid hostname or IP formatEnter a valid hostname or IPv4 address
NPS not respondingWrong hostname, port, or secretVerify network connectivity, port, and shared secret match the NPS configuration
Cannot delete NPS serverReferenced by an LDAP profileRemove the NPS association from the LDAP profile first
  • LDAP Profiles — Associate NPS servers with LDAP directory profiles
  • RADIUS Servers — Configure MideyeServer’s own RADIUS authentication servers
  • RADIUS Clients — Configure clients that send requests to MideyeServer