0

Using this as token generator for our different api's. we will use identityserver4 to protect our api built from dotnetframework not the .netcore

SerMarvz
  • 153
  • 2
  • 14
  • Refer to https://github.com/IdentityServer/IdentityServer4/issues/750 – Nan Yu Mar 29 '19 at 09:01
  • The question is not clear enough: do you mean you have IdSrv4 (ASP.NET Core anyway) + MVC5/WebAPI 2.0 (.Net 4.x)? – d_f Apr 01 '19 at 15:01
  • @d_f hi yes. By the way already solved it using the identityserver3.accessvalidationtoken it can be viewed here. https://github.com/IdentityServer/IdentityServer4/issues/1908 – SerMarvz Apr 02 '19 at 05:45
  • Possible duplicate of [Protecting Web API 2.2 with IdentityServer4](https://stackoverflow.com/questions/41024075/protecting-web-api-2-2-with-identityserver4) – d_f Apr 04 '19 at 11:55

1 Answers1

0

Found the solution.It can be solved using identityserver3.accesstoken https://github.com/IdentityServer/IdentityServer4/issues/1908

SerMarvz
  • 153
  • 2
  • 14