CornyBoy
CornyBoy

Reputation: 1

Is there a way to create a login in Python (desktop app) which authenticates with a OneDrive account?

Is there a way to ONLY login with a OneDrive (using OAuth), where the user enters their password and email, and the client would receive a confirmation for valid credentials. I say "ONLY login" since my application does not require the OneDrive to do anything. It would only check if the user were within that organization.

I have been reading over the OneDrive OAuth documentation however majority of it relates to creation of a session afterwards as well which is not required for my app due to the fact that it will close either way after a certain time.

I have not really tried that much since I have been mostly trying to read through the documentation. Is this to be found in there, and are there any examples available?

(I'm using Python 3.x).

Upvotes: 0

Views: 25

Answers (0)

Related Questions