0

Identity manager work with an identity service like "asp.net-identity" without identityserver, or is it neccesary for implement a single sign-on system?

There is any example about that?

A Jf
  • 1

1 Answers1

0

I haven't tried that out. But according to below link, it is possible to use identity manager without identity server. http://www.hanselman.com/blog/ThinktectureIdentityManagerAsAReplacementForTheASPNETWebSiteAdministrationTool.aspx

If you are to implement single sign-on you should use IdentityServer.

rawel
  • 2,923
  • 21
  • 33