function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC Admin12SFDC Admin12 

iconic 3 authentication with salesforce

I am in Ionic3 project. Can any one please let me know how to use  MS ADAL plugins (https://ionicframework.com/docs/v3/native/ms-adal/) for Salesforce authentication?
Best Answer chosen by SFDC Admin12
AbhishekAbhishek (Salesforce Developers) 
Active Directory Authentication Library (ADAL) plugin. Active Directory Authentication Library (ADAL) plugin provides easy to use authentication functionality for your Apache Cordova apps by taking advantage of Windows Server Active Directory and Windows Azure Active Directory. Here you can find the source code for the library.

Repo: https://github.com/AzureAD/azure-activedirectory-library-for-cordova

Supported platforms

Android
iOS
Windows

For further reference, you can check this,

https://ionicframework.com/docs/native/ms-adal

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.