Connect a sharepoint to ONE DATA

Is it possible to connect a sharepoint to ONE DATA? and how?

Hi,

this should be possible via the Sharepoint REST API. It requires requests to be authenticated with a Bearer token. This token can be retrieved via the OAuth Authorization Code Flow. There are libraries for Python, but you can also implement this flow with some simple HTTP requests.

Bests,

Matthias