Umbraco.AuthorizedServices 17.0.0

Prefix Reserved
dotnet add package Umbraco.AuthorizedServices --version 17.0.0
                    
NuGet\Install-Package Umbraco.AuthorizedServices -Version 17.0.0
                    
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.AuthorizedServices" Version="17.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.AuthorizedServices" Version="17.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.AuthorizedServices" />
                    
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.AuthorizedServices --version 17.0.0
                    
#r "nuget: Umbraco.AuthorizedServices, 17.0.0"
                    
#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.AuthorizedServices@17.0.0
                    
#: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.AuthorizedServices&version=17.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.AuthorizedServices&version=17.0.0
                    
Install as a Cake Tool

Umbraco Authorized Services is an Umbraco package designed to reduce the effort needed to integrate third party solutions that require authentication and authorization via an OAuth flow into Umbraco solutions. It's based on the premise that working with these services requires a fair bit of plumbing code to handle creating an authorized connection.

This is necessary before the developer working with the service can get to actually using the provided API to implement the business requirements.

Having worked with a few OAuth integrations across different providers, as would be expected, there are quite a few similarities to the flow that needs to be implemented. Steps include:

  • Redirecting to an authentication endpoint.
  • Handling the response including an authentication code and exchanging it for an access token.
  • Securely storing the token.
  • Including the token in API requests.
  • Serializing requests and deserializing the API responses.
  • Handling cases where the token has expired and obtaining a new one via a refresh token.

There are though also differences, across request and response structures and variations in the details of the flow itself.

The idea of the package is to try to implement a single, best practice implementation of working with OAuth that can be customized, via configuration or code, for particular providers.

For more information please see the package documentation and/or open-source code repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.0 538 11/27/2025
16.0.0 272 7/7/2025
15.2.0 232 6/25/2025
15.1.0 316 12/17/2024
15.0.0 223 12/12/2024
14.0.0 217 8/5/2024
14.0.0-rc1 147 7/25/2024
10.2.0 427 6/25/2025
10.1.1 2,492 12/19/2024
10.1.0 202 12/17/2024
10.0.1 521 7/5/2024
10.0.0 229 7/4/2024
0.4.1 1,229 11/22/2023
0.4.0 266 11/16/2023
0.3.3 233 11/15/2023
0.3.2 271 11/7/2023
0.3.1 255 11/7/2023
0.3.0 234 10/31/2023
0.2.0 388 7/18/2023
0.1.2 298 6/28/2023
Loading failed