IdentityServer4Demo
IdentityServer4Demo copied to clipboard
A demo application for Building a Simple Token Server and Protecting Your ASP.NET Core APIs with JWT
Thanks for all your work on the API boilerplate and the IdentityServer4 Demo - both are excellent. In your latest code updates, in WeatherApi\startup.cs: services.AddAuthentication(IdentityServerAuthenticationDefaults.AuthenticationScheme) .AddIdentityServerAuthentication(options => { options.Authority =...
Hi, Great demo but it breaks once you update Identity Server to latest version, ApiResource more specifically. Thanks. ``` Migration steps to v4 As described above, starting with v4, scopes...