I want to authenticate multi tenant application against users from Windows Azure Active Directory and ADFS onpremise from single page application, Is this possible using ADAL.JS
As we call the init() method of ADAL.JS with few parameters
- instance
- Tenant
- clientid
Now these 3 parameters will be different in case of Azure Active Directory anf ADFS onpremise.
Is this possible using ADAL.JS?