Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/70.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么PersistedGrantStore不能与SQL存储一起使用?_Sql_Identityserver4 - Fatal编程技术网

为什么PersistedGrantStore不能与SQL存储一起使用?

为什么PersistedGrantStore不能与SQL存储一起使用?,sql,identityserver4,Sql,Identityserver4,我遵循文档教程,主题“使用EntityFramework Core获取配置数据”表明配置可以存储在base中,但问题是,遵循文档,对我来说唯一有效的是客户端、作用域和用户的配置 部署应用程序时,PersistedGrant的存储仍在内存中处理 如何使IPersistedGrantStore不在内存中处理 如果有人在git存储库中拥有一个可以帮助我的IPersistedGrantStore实现,那将非常有帮助

我遵循文档教程,主题“使用EntityFramework Core获取配置数据”表明配置可以存储在base中,但问题是,遵循文档,对我来说唯一有效的是客户端、作用域和用户的配置

部署应用程序时,PersistedGrant的存储仍在内存中处理

如何使IPersistedGrantStore不在内存中处理

如果有人在git存储库中拥有一个可以帮助我的IPersistedGrantStore实现,那将非常有帮助