When i run following command in package manager console:
install-package Thinktecture.IdentityServer3
I am getting error:
Install-Package : Unable to find package 'Thinktecture.IdentityServer3' At line:1 char:16 + install-package <<<< Thinktecture.IdentityServer3 + CategoryInfo : NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
I am following this tutorial to secure my restful api- https://identityserver.github.io/Documentation/docs/overview/simplestOAuth.html
and using visual studio 2015 express for web.