OidcProxy.Net.Templates 0.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install OidcProxy.Net.Templates::0.0.1
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:

mkdir MyProxy
cd MyProxy

dotnet new OidcProxy.Net.Web

Open the appsettings.json to configure the client_id, client_secret, and the authority and run your new BFF:

dotnet run

Scaffolding an Angular App with a BFF

Scaffold a new project by executing the following commands:

mkdir MyBff
cd MyBff

dotnet new OidcProxy.Net.Angular

Open the appsettings.json to configure the client_id, client_secret, and the authority and run your new BFF:

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.3 256 5/14/2024
0.0.2 1,665 1/24/2024
0.0.1 120 1/24/2024