Use Mendix user to Authenticate SAP Odata service

0
Hi everybody, As a start: we do not have SAP Cloud Connector or Cloud Platform. I'm struggling with authentication to SAP. We currently call Odata service in the SAP Backend and we have to pass a user + password for authentication). I'd like to use the current username + password to authenticate against this backend. Is that possible? We are also trying to authenticate using SAML but that is for logging in only I think, not to the backend. Any help would be great! Kind regards and all the best Laurens  
asked
1 answers
0

According to the help page from SAP this should be possible by setting the REST call basic authentication. Another more complex scenario would use Oauth. See https://help.sap.com/viewer/7436c3125dd5491f939689f18954b1e9/Cloud/en-US/199e8d4816024a59b5588c7d5b8ed60e.html

answered