如何使用 IdentityServer v3 保护 IdentityManager
How to secure IdentityManager with IdentityServer v3
Brock Allen released the new beta version of IdentityManager 上周。安全模型变化比较大,所以配置也变了。
他还拍了一些视频(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.
能否请您分享您在 IdSrv3 的帮助下配置 IdMgr 的远程访问的经验?
发布该问题后,我在 Github 上打开了一个问题并在 IdentityManager Gitter Chatroom 上进行了一些聊天,我设法解决了那个问题。
IdentityManager Github 源中有一个 sample host configuration。在我的项目上实施准确的配置,现在我可以使用 IdSrv3 远程连接到 IdMgr。
希望对某人有所帮助。
Brock Allen released the new beta version of IdentityManager 上周。安全模型变化比较大,所以配置也变了。
他还拍了一些视频(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.
能否请您分享您在 IdSrv3 的帮助下配置 IdMgr 的远程访问的经验?
发布该问题后,我在 Github 上打开了一个问题并在 IdentityManager Gitter Chatroom 上进行了一些聊天,我设法解决了那个问题。
IdentityManager Github 源中有一个 sample host configuration。在我的项目上实施准确的配置,现在我可以使用 IdSrv3 远程连接到 IdMgr。
希望对某人有所帮助。