Search code examples
thinktecture-ident-server

Thinktecture Identity server vs Authorization server


I am researching on this topic last weeks and unfortunately I can't figure out. I understand the difference between authentication and authorization.

I will appreciate any guidance on the topic.

What I need as general is to implement single sign on for several web sites which are driven with apis which also should handle authentication. The users should be able to register/login with username/pass or respectively through any third party service like facebook, google+, twitter etc.

In the scenario above what is the better approach? Should I use only identity server, or only authorization server or both?

Thank you in advance.


Solution

  • Start with IdentityServer - this is your identity management system.

    AuthorizationServer in addition is a full featured OAuth2 implementation that can use IdentityServer as a user store.

    http://leastprivilege.com/2013/06/16/relationship-between-identityserver-and-authorizationserver/