I'm trying to connect with the SharePoint 2013 REST API. To do that, I got a functional account's username and password.
What is the best way to connect with the API using these details? I understand from the reference manual that I need to obtain an access token from an Identity Provider, but there seem to be many options.
I read things about using Azure ACS, getting a SAML token or using OAuth by providing a ClientID, Secret and Callback URL. Since these last two have a mendix module, I was wondering whether any of you have experience with this specific API and can help me with best practices.