damienbod / AspNetCoreHybridFlowWithApi

Different ASP.NET Core applications using OpenID Connect Hybrid flow Code Flow, Code Flow with PKCE, JWT APIs, MFA examples
https://damienbod.com/2018/02/02/securing-an-asp-net-core-mvc-application-which-uses-a-secure-api/
MIT License
356 stars 70 forks source link

fix dotnet cli run config #3

Closed hamidrezahy closed 5 years ago

hamidrezahy commented 5 years ago

StsServer try to run on 5000 port when use [dotnet run] command. StsServer port is 44352 and this set only in IIS config.

damienbod commented 5 years ago

thanks