Hi,
I want to develop a lightweight html, css, js (with bootstrap, jquery and knockoutjs) client that accesses Web Api (REST services) with Active Directory authentication/authorization. I found the ADAL library but I read this library is meant to be used with AngularJS. So my question: how can I use the Web Api services with AD authentication/authorization from my client?
Thanks.