Search code examples
authorizationintegrationidentitythinktecture-ident-server

How to integration between Thinktecture Identity Sever v3 and Authorization Server?


I am setting up Thinktecture Identity Server version 3 (beta3), and it worked well. However I want to build a Role base security access control system to interact with Identity server to complete authorization.

So, I found Thinktecuture Authorization Server that implemented Claim-based access control. But after trying to search the integration with Identity Server v3, it just only shown results as integration with IS version 2.

After reading some articles, I found Identity Server v3 have some features that do claim-based access control. But I'm not sure it completely do that?

So my questions is: 1. Is that Thinktecture Identity Server v3 included authorization features of Thinktecture Authentication Server? 2. If not, How to integration between Thinktecture Identity Sever v3 and Authorization Server?

Thanks in advance.


Solution

  • IdentityServer v3 replaces the IdentityServer v2 + AuthorizationServer combo. IOW IdSrv3 has the authentication features of v2 and the OAuth2 implementation of AS.

    We are pretty close to RTM with v3.