Search code examples
c#-4.0identityserver4.net-framework-version

Can we use identityserver4 in an api build in dotnetframework?


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


Solution

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