Has anyone used subprocess RequestAccessToken and can pass along any suggestions? It looks like there is some setup needed.
@acollins , Do you generated the credential for OAuth 2.0 from API Gateway ?
Please give more details, API request from where system ? sub process ? ERP LN, FT, ?
Our implementer created a process using OAuth 2.0 by downloading the credentials and placing them into a system configuration process. Unfortunately, we cannot deactivate the implementation person because she downloaded them to her ID and not a service account. Then, I was pointed to KB2138461. It looks like there is security service called IPA.OAUTH-IONAPI. I can see that in the delivered subprocess called RequestAccessToken references that security service. It seems like we should be using that delivered subprocess instead of putting that code in every IPA doing an authentical to get OAuth 2.0 credentials.
We use Infor CloudSuite, and the issue is in the HCM data area.
If you regenerate the credential and define a new authorization? with service account
There is a version of the subprocess in KB2196032 which is different than the one on the system. My understanding is that the subprocess walks you through the setup.
Where are you seeing this security service called IPA.OAUTH-IONAPI? Where can you see the delivered subprocess called RequestAccessToken? I am trying to understand how the implementer is leveraging OAuth 2.0 and API for your solution. What did they build this to accomplish?