umbraco-auth-provider

Generate Umbraco backoffice authentication provider frontend configurations for OAuth and SSO.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill umbraco-auth-provider-kraftvaerk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: umbraco-auth-provider
Source: https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy/tree/main/Kraftvaerk.Umbraco.Alchemy.Frontend/.agents/skills/umbraco-auth-provider
Command: npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill umbraco-auth-provider-kraftvaerk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating external authentication providers (like Google, Microsoft, GitHub) into the Umbraco backoffice, enabling secure and convenient single sign-on (SSO) experiences.

Core Features & Use Cases

  • OAuth/SSO Integration: Connect Umbraco to various identity providers.
  • Customizable UI: Generate manifest files for default buttons or custom login elements.
  • Use Case: A company wants to allow its employees to log into the Umbraco CMS using their existing Microsoft Azure AD credentials. This Skill helps set up the necessary frontend configurations for a seamless login flow.

Quick Start

Generate a manifest file for a GitHub authentication provider.

Frequently Asked Questions about umbraco-auth-provider

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure external login providers for the Umbraco backoffice?

Umbraco backoffice authentication requires generating frontend manifest files that define OAuth and SSO integrations. These configurations support custom UI elements and auto-redirect behaviors for seamless external identity service connections.

What is the best way to set up Azure AD single sign-on for Umbraco CMS?

Setting up Azure AD single sign-on for Umbraco CMS involves generating frontend manifest configurations for OAuth providers. This enables employees to log into the backoffice using their existing Microsoft credentials through a seamless SSO flow.

Can I customize the Umbraco backoffice login button for OAuth providers?

Yes, you can customize the Umbraco backoffice login UI for OAuth providers. The configuration process supports generating manifest files for either default provider buttons or fully custom login elements to match your interface requirements.

Do I need to understand Umbraco extension types to integrate external authentication?

Yes, integrating external authentication requires an understanding of Umbraco extension types and manifest definitions. This knowledge is necessary to properly generate the frontend configurations for your OAuth and SSO providers.

How does auto-redirect work with Umbraco SSO authentication providers?

Auto-redirect in Umbraco SSO authentication providers automatically routes users to the external identity service during the login flow. This behavior is defined within the generated frontend manifest configurations to ensure a seamless integration experience.