Hello,
where I can get authentication file for SA?
Regards.
Can you clarify SA? Service Account?
For client applications to access API Gateway, the Client Application would authenticate using OAuth. In that OAuth request they would supply credentials. Those are generated in API gateway under Authorized Apps. overview: docs.infor.com/.../default.html
Is this the area you are seeking info on, or is it for using a Service Account for ION flows that call APIs?
docs.infor.com/.../default.html
Or something else?
added URL to previous response that I meant to include. After re-reading, I will presume the second use case.
first you would create a Account for the service account. Historically this is a not-real User in IFS with some restrictions applied. NOTE: There is a upcoming feature to create users in a new area of IFS, to separate the Service User accounts from the real Human user accounts.
This user will propagate to the target application like all users do, and in there you likely need to apply fine-grain permissions for the API calls.
Once you have the user then in IFS, use the Manage -> Service Accounts option and add a Service Account, specify the User account and any scopes.
https://docs.infor.com/inforos/2023.x/en-us/useradminlib_cloud/default.html?helpcontent=minceag_cloud_osm/jho1449380564902.html
On the add, it will download a csv file that can be imported into ION Connection point for the flow.
Hi Kevin Heiman,
thanks for your reply. Yes, SA is service account and your second answer has solved my issue.
Best Regards.