I have a MVC web application hosted in IIS and users are stored in Azure AD. I need to authenticate Azure AD users to access web application. I am using ADFS for this and installation has been done on Azure.
To authenticate I need to know whether I should go for Window Identity Foundation or OWIN?
In many articles i read WIF has been deprecated and Using OWIN. Let me know if owin is proper way for my scenario and if some proper examples are available? Latest version of WIF is 4.5 which is also not available for VS2015 I understood is WS-FED is using SAML Token for this?