We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication API should register Authentication provider, Once registered, new instance of ExchangeService can use them per instance,
This helps in using basic authentication and NTLM authentication in same nodejs project.
The text was updated successfully, but these errors were encountered:
#180 and gautamsi/ews-javascript-api-auth#2
bc9f95a
You can now use this per instance of ExchangeServiceBase (ExchangeService and AutodiscoverService).
ExchangeServiceBase
ExchangeService
AutodiscoverService
use ConfigurationApi.ConfigureXHR to configure this globally. when want to override modify using
ConfigurationApi.ConfigureXHR
service.XHRApi = new ewsAuth.ntlmAuthXhrApi(credentials.userName, credentials.password)
where service is ExchangeService or AutodiscoverService
service
Sorry, something went wrong.
0.9 dev7 published, re-open if you face any issue., also closes gautamsi/ews-javascript-api-auth#2
gautamsi
No branches or pull requests
Authentication API should register Authentication provider, Once registered, new instance of ExchangeService can use them per instance,
This helps in using basic authentication and NTLM authentication in same nodejs project.
The text was updated successfully, but these errors were encountered: