IDX10501: Signature validation failed. Unable to match keys
问题 Please help me to understand the difference between JWT token validation from the ASP netcore application and the netcore Kestrel hosted application. There are two applications that verifies token using the source code like below: public static IServiceCollection AddJwtToken(this IServiceCollection services, OAuthConfig config) { services.AddMvc(); services.AddAuthorization(); Logger.DebugFormat("AddJwtBearer authority:{0} audience:{1}", config.GetAuthority(), config.Resource); services