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 !!