You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
I don't want to use the MVC based Web site that comes along with the Identity Server project. Rather, I would like to use the DLLs and reference them in my custom project (class library / console app) and would like to authenticate a user and generate a token, serialize and cache it and retrieve it back from the cache and re-validate it. Could you kindly let me know, if this is possible, and if so, could you kindly let me know the steps(including code) to do it?
The text was updated successfully, but these errors were encountered:
There is a core DLL on NuGet for IdentityServer2. I don't think we have any samples that show its use, though. Your best bet would be to build something similar to what the current hosting project does.
I don't want to use the MVC based Web site that comes along with the Identity Server project. Rather, I would like to use the DLLs and reference them in my custom project (class library / console app) and would like to authenticate a user and generate a token, serialize and cache it and retrieve it back from the cache and re-validate it. Could you kindly let me know, if this is possible, and if so, could you kindly let me know the steps(including code) to do it?
The text was updated successfully, but these errors were encountered: