Umbraco.Automate.OpenIddict 17.0.0-beta

Prefix Reserved
This is a prerelease version of Umbraco.Automate.OpenIddict.
dotnet add package Umbraco.Automate.OpenIddict --version 17.0.0-beta
                    
NuGet\Install-Package Umbraco.Automate.OpenIddict -Version 17.0.0-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Automate.OpenIddict" Version="17.0.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Automate.OpenIddict" Version="17.0.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Automate.OpenIddict" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.Automate.OpenIddict --version 17.0.0-beta
                    
#r "nuget: Umbraco.Automate.OpenIddict, 17.0.0-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Umbraco.Automate.OpenIddict@17.0.0-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.Automate.OpenIddict&version=17.0.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Automate.OpenIddict&version=17.0.0-beta&prerelease
                    
Install as a Cake Tool

Umbraco Automate OpenIddict

OAuth connection support for Umbraco Automate using OpenIddict Client WebIntegration.

Overview

Umbraco.Automate.OpenIddict provides reusable OAuth infrastructure for Umbraco Automate provider packages. It handles the full OAuth authorization code flow — challenge, callback, token storage, and automatic refresh — so provider packages (Slack, GitHub, etc.) can add OAuth connectivity with minimal boilerplate.

Key Features

  • OpenIddict Client WebIntegration — leverages the OpenIddict web provider ecosystem
  • Automatic token management — stores OAuth credentials and transparently refreshes expired tokens
  • Convention-based callbacks — redirect URIs follow automate/oauth/callback/{provider} convention
  • Pluggable credential source — client ID/secret resolved via IOAuthProviderConfigurationSource (default: IConfiguration)
  • OAuth property editor — Lit-based UI component for the backoffice OAuth popup flow

Installation

dotnet add package Umbraco.Automate.OpenIddict

This meta-package includes:

  • Umbraco.Automate.OpenIddict.Core — domain model, services, controllers, property editor
  • Umbraco.Automate.OpenIddict.Persistence.SqlServer — SQL Server EF Core migrations
  • Umbraco.Automate.OpenIddict.Persistence.Sqlite — SQLite EF Core migrations

Configuration

Provider credentials are configured via appsettings.json:

{
  "Umbraco": {
    "Automate": {
      "Providers": {
        "ProviderName": {
          "ClientId": "your-client-id",
          "ClientSecret": "your-client-secret"
        }
      }
    }
  }
}

License

MIT - See LICENSE for details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Umbraco.Automate.OpenIddict:

Package Downloads
Umbraco.Automate.Slack

Slack connection and actions for Umbraco Automate

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.0-beta 46 6/10/2026