-
Total PPSKs
-
Connected Devices

PPSK Overview

Name Password VLAN/Network Actions
Loading...

UniFi Controller

Azure AD Authentication

Require users to sign in with Microsoft/Azure AD
Found in Azure Portal → Azure Active Directory → Overview
Found in Azure Portal → App registrations → Your app
Create in Azure Portal → App registrations → Certificates & secrets
Your site's hostname (used for redirect URL)
Leave blank to auto-generate. Must match Azure AD config.
Comma-separated email addresses. Leave blank to allow all users in your tenant.
⚠️ Setup Instructions:
  1. Go to Azure Portal → Azure Active Directory → App registrations
  2. Click "New registration"
  3. Name: "UniFi PPSK Manager"
  4. Redirect URI: Web → https://ppsk.citybook.services/auth/callback
  5. Copy the Application (client) ID and Tenant ID
  6. Go to "Certificates & secrets" → Create a new client secret
  7. Enter the values above and enable authentication

HTTPS Configuration

Required for Azure AD authentication
Your site's hostname for HTTPS
Usually 443 for HTTPS
Full path to SSL certificate file (.crt or .pem)
Full path to private key file (.key or .pem)
📝 Certificate Setup:
  • You can use Let's Encrypt, your own CA, or a purchased certificate
  • For IIS: Certificate is managed by IIS, leave paths empty
  • For standalone: Provide full paths to certificate and key files
  • SNI (Server Name Indication) is supported automatically