run-aspnet-identityserver4
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...
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.0 to 5.0.9 in /SecureResource/Movies.API
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...
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.0 to 5.0.9 in /SecureResource/ApiGateway
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...
please review
-> 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...