azure-ad-sso
Audited by Socket on Feb 15, 2026
1 alert found:
SecurityThis is a legitimate, well-aligned Azure AD SSO integration guide for Kubernetes-hosted applications. I found no signs of malicious code, obfuscation, or exfiltration to attacker-controlled endpoints. The primary security issues are poor operational hygiene in examples: echoing client secrets to stdout (which can be captured in shell history/logs), suggesting pasting tokens into a third-party site (jwt.io), and sample diagnostic commands that could reveal secrets if run inappropriately. Additionally, the Environment Reference includes explicit UUIDs and Key Vault names which may be sensitive if real. Recommend removing/avoiding echoing secrets, warning against pasting tokens to external services, and redacting any real tenant/identity identifiers in public documentation.