OidcProxy.Net.Templates
0.0.4
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install OidcProxy.Net.Templates::0.0.4
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.