You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NM, I followed @chappers73 comment from #40 and edited the auth.js as follows:
// expose our config directly to our application using module.exports
module.exports = {
// this user MUST have full access to all the room accounts
'exchange' : {
'username' : '[email protected]',
'password' : 'password',
'uri' : 'https://outlook.office365.com/EWS/Exchange.asmx'
},
// Ex: CONTOSO.COM, Contoso.com, Contoso.co.uk, etc.
'domain' : 'DOMAIN.COM'
};
So I've been trying to troubleshoot this issue and hoping maybe someone can help 😂. Here's the terminal output:
I'm wondering if it's because of the
Realm=""
but I'm not sure where the code grabs the realm?Any other thoughts would be greatly appreciated!
Cheers!
The text was updated successfully, but these errors were encountered: