Stormancer.Security 3.0.0.3-pre

This is a prerelease version of Stormancer.Security.
dotnet add package Stormancer.Security --version 3.0.0.3-pre
NuGet\Install-Package Stormancer.Security -Version 3.0.0.3-pre
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="Stormancer.Security" Version="3.0.0.3-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Security --version 3.0.0.3-pre
#r "nuget: Stormancer.Security, 3.0.0.3-pre"
#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.
// Install Stormancer.Security as a Cake Addin
#addin nuget:?package=Stormancer.Security&version=3.0.0.3-pre&prerelease

// Install Stormancer.Security as a Cake Tool
#tool nuget:?package=Stormancer.Security&version=3.0.0.3-pre&prerelease

Introduction

The Stormancer.Security plugin adds OAuth2 authentication to Stormancer clusters.

Additional features in development include:

  • Rule based API access control.
  • Auditing

When enabled, the plugin protects all Admin APIs.

Installation

The plugin must be installed on all the nodes of the cluster. Failure to do so will enable the features only on a subset of the node which could lead to vulnerabilities. Please note that installation is not required on nodes initialized without web APIs enabled.

Configuration section

PUT: /_settings/cluster/security.jwt
{
    "enabled": true,
    "issuers": [
        {
            "scheme": "myscheme",
            "audience": "https://myaudience.com",
            "authority": "https://authority/"
        }
    ]
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
3.0.0.3-pre 56 3/13/2024
3.0.0.2-pre 46 3/12/2024
3.0.0.1-pre 52 3/11/2024
3.0.0-pre 48 3/11/2024
2.0.0.5-pre 49 3/12/2024
2.0.0.4-pre 46 3/12/2024
2.0.0.3-pre 147 10/30/2023
2.0.0.2-pre 69 10/29/2023
2.0.0.1-pre 63 10/29/2023
2.0.0-pre 60 10/29/2023

Changed
*******
- Package renamed to Stormancer.Security.
- Adds OAuth2 'Client auth' securisation.
- Move to net8.0.