How to secure IdentityManager with IdentityServer v3
S

1

5

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?

Shepley answered 29/4, 2015 at 8:40 Comment(2)
IdSrv3 is an STS; Managing users would need to be done on that system, not from within your application. Are you using IdentityServer3.AspNetIdentity?Misadventure
Thanks for your comment, @BradChristie. Actually, after posting this question, I spend some time on IdentityManager Gitter chatroom and solved this issue. Will post my answer now, thanks for reminding.Shepley
S
7

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.

Shepley answered 4/5, 2015 at 22:20 Comment(2)
Glad you made this work. I'm struggling with this and was wondering if you can shed more light on your configuration. What "client" have you used? and which "flow" you choose? How did you get "access token" or "identity token" ?Methinks
Hi. It was a long time ago and I don't remember what I did exactly to make this work. Take a look at the sample host configuration link I gave you. It hold enough code to help me then...Shepley

© 2022 - 2024 — McMap. All rights reserved.