IdentityServer4Demo icon indicating copy to clipboard operation
IdentityServer4Demo copied to clipboard

A demo application for Building a Simple Token Server and Protecting Your ASP.NET Core APIs with JWT

Results 2 IdentityServer4Demo issues
Sort by recently updated
recently updated
newest added

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...