How authenticate with OData (SAP) using Snc string
0
Hello, I'm consuming an OData service (SAP) in my Mendix App. I'm using a "Call REST (GET)" and sending Username and Password within this activity to get a Token as output, and everything is working as expected: I'm currently consuming this OData service in SAP Quality system, but my IT department said that when we move this to the production, that I must not use username and password anymore, that I need to use "SNC String" to authenticate. Below is a screenshot of the user "MENDIX_IF_QN" created in SAP, and also the "SNC String": But I have no idea how to send this SNC to authenticate instead sending username and password. Have anyone already done something similar that could give me some instructions?