How to secure IdentityManager with IdentityServer v3

隐身守侯 提交于 2020-01-01 03:24:08

问题


Brock Allen released the new beta version of IdentityManager last week. There are quite some changes in the security model, so the configuration also changed.

He even took some videos (Setting up ASP.NET Identity and Security and IdentityManager) on how to configure the new version properly. These well explain the usage in a classic ASP.NET MVC application, and also ADFS setup, but I couldn't find any help or sample code about how to make it work side by side with Identity Server v3.

Can you please share your experiences configuring IdMgr's remote access with the help of IdSrv3?


回答1:


After posting that question, I opened an issue on Github and had some chat on IdentityManager Gitter Chatroom, I managed to solve that issue.

There was a sample host configuration in IdentityManager Github Source. Implementing the exact configuration on my project, now I can remotely connect to IdMgr using IdSrv3.

Hope that helpes someone.



来源:https://stackoverflow.com/questions/29938538/how-to-secure-identitymanager-with-identityserver-v3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!