Skip to content

A real project using asp.net core 2.0 web (api) and identity server 4. And also an asp.net core 2.0 web api boilerplate

Notifications You must be signed in to change notification settings

xsdiewl/asp.net-core-2.0-web-api-boilerplate

 
 

Repository files navigation

A real project using asp.net core 2.0 web (api) and identity server 4.

And also an asp.net core 2.0 web api boilerplate

You need to setup these environment variables:

  • MLH:AuthorizationServer:ServerBase, this is the authorization server base. such as http://localhost:5000.  
  • MLH:AuthorizationServer:SigningCredentialCertificatePath, this is the authorization server certificate path. such as "E:/xxx.pfx".
  • MLH:AuthorizationServer:SigningCredentialCertificatePassword, this is the authorization server certificate password. such as "12345678"
  • MLH:SalesApi:ServerBase, this is the sales api server base. such as http://localhost:5100.
  • MLH:SalesApi:ClientBase, this is the sales client uri base. such as http://localhost:4200.

About

A real project using asp.net core 2.0 web (api) and identity server 4. And also an asp.net core 2.0 web api boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%