基本IdentityServer配置问题

时间:2014-12-18 23:04:06

标签: thinktecture-ident-server

我正在尝试运行IdentityServer v3 AspNetIdentity示例。我下载了它并更改了Host项目的App.config中的连接字符串以使用我的本地SQL服务器。我没有改变任何其他事情。

当我运行项目时,我得到了这个:

SelfHost.vshost.exe Warning: 0 : [Thinktecture.IdentityServer.Core.Configuration.IdentityServerServiceFactory]: 18/12/2014 10:55:51 PM -- AuthorizationCodeStore not configured - falling back to InMemory
SelfHost.vshost.exe Warning: 0 : [Thinktecture.IdentityServer.Core.Configuration.IdentityServerServiceFactory]: 18/12/2014 10:55:51 PM -- TokenHandleStore not configured - falling back to InMemory
SelfHost.vshost.exe Warning: 0 : [Thinktecture.IdentityServer.Core.Configuration.IdentityServerServiceFactory]: 18/12/2014 10:55:51 PM -- ConsentStore not configured - falling back to InMemory
SelfHost.vshost.exe Warning: 0 : [Thinktecture.IdentityServer.Core.Configuration.IdentityServerServiceFactory]: 18/12/2014 10:55:51 PM -- RefreshTokenStore not configured - falling back to InMemory

我发现在设置所需的数据库时遇到了问题,但对于问题究竟是什么并没有太多反馈。有什么想法吗?

1 个答案:

答案 0 :(得分:2)

这些是警告,而不是错误。目前的文档解释了什么是强制性的以及可配置的内容:https://identityserver.github.io/Documentation/docsv2/configuration/serviceFactory.html