【发布时间】:2016-09-12 10:15:27
【问题描述】:
我正在尝试使用 IdentityServer 4。 现在我使用这个链接https://github.com/IdentityServer/IdentityServer4.Samples 作为例子。
我的问题是使用 http://localhost:22530/ IdentityServer 正在加载并且可以工作,但是在我的 IIS 上使用它作为托管网站,在http://identity.test.dev 下它没有加载。
我已经尝试运行此示例 https://github.com/IdentityServer/IdentityServer4.Samples/tree/dev/Mvc/src/IdSvrHost 中的代码,但它不起作用。
如何通过http://identity.test.dev在IIS下启动IdentityServer?
【问题讨论】:
-
你的identity.test.dev 根本加载不出来?
标签: asp.net iis identityserver4