Choosing OAuth2 Grant
Thomas Barbieri
Member Posts: 7
in API Gateway
I'm building a local repository in python. I want to use the requests library to call an Infor API. I'm a bit confused on how to handle authentication with Infor in order to generate a token within my code. Would a python script be considered a backend service app and need a resource owner grant with service account? At this point I'm using postman to test Infor APIs and I manually authenticate through the postman interface.
0
Best Answer
-
Yes, it should work. You need to obtain the token and pass the token with subsequent ION AP calls.
If you need more information refer below.
https://developer.infor.com/apis/
0