I have a WebForm Application in .net framework 4.5 an IdentityServer4 implementation in .net core 2.1.
OWIN it is outdated or deprecated/ My question is: Is it possible to use IdentityModel to integrate that webform app with IdentityServer4 without using OWIN?
What is the best path that I need to get to reach my objective of integrating my webform app with IdentityServer4?
Thank's in advance !!
Check out the MVC manual sample - that demonstrates how to do a sign in without using OWIN middleware. Should be easy to modify to use with webforms.