I am starting a project to link ID4 or ID3 to a number of .Net Web Applications to support SSO across them using OIDC where they vary in Technology maturity.
The one I am having some trouble with is a .Net 4.5 WebForms application which does not have OWIN support currently. I am wondering what is the best approach to integrate it with ID4 or ID3.
I have been considering doing a method such as the following but I am sure there are better ways to do this: https://leastprivilege.com/2014/06/10/writing-an-openid-connect-web-client-from-scratch/
Regards, Barry