run-aspnet-identityserver4 icon indicating copy to clipboard operation
run-aspnet-identityserver4 copied to clipboard

Secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. Protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServ...

Results 5 run-aspnet-identityserver4 issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.0 to 5.0.9. Release notes Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases. .NET 5.0.9 Release .NET 5.0.8 Release .NET 5.0.7 Release .NET 5.0.6 Release .NET 5.0.5 Release .NET 5.0.4 Release...

dependencies

Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.0 to 5.0.9. Release notes Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases. .NET 5.0.9 Release .NET 5.0.8 Release .NET 5.0.7 Release .NET 5.0.6 Release .NET 5.0.5 Release .NET 5.0.4 Release...

dependencies

-> In identityServer4 I am using version 2.5.4 ->.Net Core 2.1 Describe the bug I created the IdentityServer project, it runs successfully, and I got the /.well-known/openid-configuration data also. And...

Note: in https works. In the client configuration I have set : options.RequireHttpsMetadata = false; I started all 4 projects in http, when I log in starting from the Movies.Client...