-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
Microsoft 365 Auth #374
Comments
ntlm2 authentication works fine. |
@bladerunner2020 there is no ntlm authentication for Office 365. Office 365 needs now
I can try to setup some example this weekend.
I can try to setup example in parts if not all together. |
Yes, I was wrong. I checked my code - it doesn't use ntlm2, but works! ))
|
@gautamsi - thanks for your help, a sample would really help me and probably others in the future. One of my worries with Oath was that I'm not an M365 admin and wasn't sure if I had the access needed to generate the token. @bladerunner2020 - thanks for the sample, I adjusted the code to match and, unfortunately, still getting the same error... Perhaps your M365 setup is configured differently somehow? |
I have created a demo not all example is functioning but the above example works now |
explained very well by @zhukovsv in #415 (comment) if someone wants to crate a PR for documentation in OAUTH.MD file using the reference above, I will merge that promptly |
Hey there,
Has anyone been able to successfully authenticate to M365? Since they've disabled basic auth, I'm seeing: Invalid message signature: Basic Realm="". The example in the readme.txt that uses WebCredentials no longer works.
I'm thinking OAuth is the way to go but don't know how to create a token. There's a StackOverflow question out there but the link to this part is not working.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: