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.
Security Analysis
11 files scanned on Jul 12, 2026
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).
Swipe to see more
You might also like
Intune Drive Mapping Generator
A web-based tool that generates PowerShell scripts for network drive mapping on Intune-managed Windows 10 devices. Converts existing Group Policy drive exports to Intune-compatible scripts, supports security group filtering with nested groups, and enables recurring execution.
IntuneAdminTemplateMigrator
Converts Administrative Template policies to Settings Catalog — reads your existing policies and creates the equivalent Settings Catalog profiles with the same settings and values.
NukeTool
Reset your tenant.
OIB Deployer
OIB Deployer automates the deployment of OpenIntuneBaseline configurations within Microsoft Intune, enabling rapid, repeatable rollouts of baseline security policies and device configurations. It supports policy templating, script deployment, and integration with community-provided baseline content, with built-in logging and error reporting for auditability. Ideal for IT admins seeking consistent, scalable endpoint security across devices.