我正在尝试从http://identityserver4.readthedocs.io/en/release/quickstarts/6_aspnet_identity.html
学习IdentityServer4工作正常。当我在OpenIdConnectOptions上使用AutomaticChallenge = true时,客户端应用程序可以登录。
由于我的应用程序是一个angularjs SPA,我实际上是计划让角度应用程序在我得到401时转到某个网址:localhost / doIdentityServer4login。
但是当我将AutomaticChallenge设置为false时,我无法找到触发oidc登录的方法。
答案 0 :(得分:0)
经过几天的搜索和尝试,终于找到了它,万一有人需要它:https://github.com/IdentityServer/IdentityServer4.Samples/blob/release/Clients/src/MvcManual/Controllers/HomeController.cs
这应该教我不仅仅是rtfm,而是rtfs ..阅读f个样本......