Choosing OAuth2 Grant

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.

Best Answer

  • Prabodha Amarapema
    Prabodha Amarapema Member, Infor Partner Posts: 39
    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/