How to set up cookie based authentication with NancyFx and IdentityServer3 (non-API website)
- 阅读更多 关于 How to set up cookie based authentication with NancyFx and IdentityServer3 (non-API website)
问题 We have an environment with the following: Standalone IdentityServer3 instance (issues reference tokens, not jwt) ASP.NET WebAPI resource server .NET client applications that authenticate against IdSvr (via resource owner flow) ...and now we'd like to start adding an OWIN-hosted web app that will use NancyFx to serve server-rendered pages as well as a couple AngularJS SPAs. This Nancy website will NOT host any APIs, but may consume data from our existing API. I'd like to add authentication in