OidcProxy.Net.Templates 0.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet new install OidcProxy.Net.Templates::0.0.2
This package contains a .NET Template Package you can call from the shell/command line.

The OidcProxy.Net Template Pack

This library contain boilerplate projects for Backend For Frontend projects or Identity-Aware proxies with ASPNET Core.

This package now contains the following templates:

  • OidcProxy.Net.Web (A vanilla OidcProxy)
  • OidcProxy.Net.Angular (Angular App + ASP.NET Core BFF)

Installing the template pack

To install the templates, execute the following command:

dotnet new install OidcProxy.Net.Templates

Scaffolding a vanilla OidcProxy

Scaffold a new project by executing the following commands:

dotnet new OidcProxy.Net --backend "https://api.myapp.com" --idp "https://idp.myapp.com" --clientId xyz --clientSecret abc

dotnet run

Scaffolding an Angular App with a BFF

Scaffold a new project by executing the following commands:

dotnet new OidcProxy.Net.Angular --backend "https://api.myapp.com" --idp "https://idp.myapp.com" --clientId xyz --clientSecret abc

dotnet run

Open a browser and navigate to https://localhost:8444

Read more about OidcProxy.Net here:

  • net8.0

    • No dependencies.

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
0.0.2 1,661 1/24/2024
0.0.1 120 1/24/2024