nmarus / node-ews

A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API.
MIT License
116 stars 52 forks source link

Connect to ews without user password #127

Open sharma-akshay opened 4 years ago

sharma-akshay commented 4 years ago

I am currently using node-ews to read a users' inbox and for this I specify username/ password. But I need to extend this functionality so that I can provide a user dashboard to every user and they can see their upcoming meetings. However I do not want user to provide their passwords. Is there a way to do this. In our portal the user is authenticated using ADFS and his session is there. On that portal I want to provide this dashboard. Is there any way we can use the ADFS session to authenticate user with EWS?