Back to all tools
Web AppAutomation

Windows LAPS Self‑Service Portal

Windows LAPS Self-Service Portal lets users securely retrieve the LAPS password for their own device without helpdesk tickets. Built on Azure Static Web Apps + Azure Functions and Entra ID, it enforces an only-my-device rule, requires a justification, and auto-hides the password after 60 seconds. Every access is auditable in Azure Table Storage, with a zero-stored-secrets design and Graph access via a Managed Identity.

Created by

Security Analysis

6of 6
All Checks Passed

11 files scanned on Jul 12, 2026

No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

The codebase implements a legitimate Microsoft Graph-backed LAPS self-service portal with appropriate ownership checks and auditing. The primary security concerns are centered on the exposure of plaintext LAPS passwords in API responses and privacy considerations for audit data. There are no obvious obfuscated patterns, remote code execution, hardcoded secrets, or malicious patterns. Recommend tightening access controls around password delivery (RBAC, token-based handoff or short-lived exposure), reviewing audit data privacy, and validating that secret management follows best practices (prefer Key Vault/Managed Identity for secrets).

Screenshots1 / 5

Swipe to see more