我正在尝试使用ASP.Net Core2通过对用户进行身份验证和登录。 providerURL: 'http://steamcommunity.com/openid', // How theOpenID provider should return the client to us
returnURL: 'http:
项目A和B是ASP.Net MVC项目IdentityServer是.Net核心(它使用IdentityServer4) 前端连接到项目A。数据库连接到项目B。来自项目A的控制器调用来自项目B的控制器的方法,工作正常。 我们向项目A添加了授权,配置了IdentityServer,这一切都很正常。it fails here - don't enter to this line (it enter's here when I remove [Author