Umbraco Mfa Login Provider

🌐Community
by umbraco · vlatest · Repository

This Umbraco MFA Login Provider securely adds multi-factor authentication to your website logins, boosting security and protecting user accounts.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add umbraco-mfa-login-provider npx -- -y @trustedskills/umbraco-mfa-login-provider
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "umbraco-mfa-login-provider": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/umbraco-mfa-login-provider"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The umbraco-mfa-login-provider skill enables AI agents to handle Multi-Factor Authentication (MFA) flows within the Umbraco backoffice. It allows agents to securely authenticate users by managing second-factor verification steps during login attempts.

When to use it

  • Automating administrative tasks that require secure access to the Umbraco CMS backend.
  • Integrating AI workflows with Umbraco sites where user authentication is mandatory.
  • Reducing manual intervention for routine backoffice operations involving sensitive data.
  • Enhancing security protocols by ensuring MFA compliance during automated agent interactions.

Key capabilities

  • Manages Multi-Factor Authentication (MFA) login processes specifically for the Umbraco backoffice.
  • Facilitates secure authentication flows for AI agents interacting with Umbraco CMS environments.
  • Provides a dedicated provider mechanism for handling second-factor verification requirements.

Example prompts

  • "Authenticate as an admin user in the Umbraco backoffice using MFA to update site settings."
  • "Initiate a secure login session for an AI agent requiring two-factor verification on the CMS."
  • "Handle the MFA challenge step when accessing protected Umbraco content nodes via an automated workflow."

Tips & gotchas

Ensure your Umbraco installation has MFA configured before deploying this skill, as the provider relies on existing authentication infrastructure. This skill is specific to the backoffice interface and does not handle frontend user logins or external identity providers outside of Umbraco's native MFA setup.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
umbraco
Installs
40

🌐 Community

Passed automated security scans.