安全令牌已正确传递,但仍将keyBlob设置为null。 这种异常不是很常见。 可能是一些配置问题吗?
System.ArgumentNullException:值不能为null。 参数名称:keyBlob 在System.Security.Cryptography.RSACryptoServiceProvider.IsPublic(Byte [] keyBlob) 在System.Security.Cryptography.X509Certificates.PublicKey.get_Key() 在Microsoft.IdentityModel.Tokens.X509SecurityKey.get_PublicKey() 在Microsoft.IdentityModel.Tokens.CryptoProviderFactory.IsSupportedAlgorithm(字符串算法,SecurityKey密钥)处 在Microsoft.IdentityModel.Tokens.CryptoProviderFactory.CreateSignatureProvider(SecurityKey键,字符串算法,布尔willCreateSignatures) 在Microsoft.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.CreateEncodedSignature(字符串输入,SigningCredentials signingCredentials) 在Microsoft.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.WriteToken(SecurityToken token)