Skip to main content
Question

IFS10 Rest API Basic Auth Privileges

  • January 2, 2026
  • 4 replies
  • 33 views

Forum|alt.badge.img+5

Hi there,

I’m developing an application integrated with IFS10 applications. I’m using Basic Authentication and was using IFSAPP user for integration for now but we’ve decided to change it to a different user specified for integrations. So I created this user called “INTEGRATION” on IFS and gave permission sets like below:

However, when i call an api request from my application i get this error, but when I try the same request through Postman, everything’s working fine.

Does anyone have a clue about this issue? Thanks in advance.

4 replies

ZTC ZTC JGOTA
Hero (Customer)
Forum|alt.badge.img+14
  • Hero (Customer)
  • January 2, 2026

I believe you will need to create an IAM Client account.

 


maheshmuz
Hero (Partner)
Forum|alt.badge.img+10
  • Hero (Partner)
  • January 7, 2026

HI, Have you checked whether the user has the correct permissions and that there are no restrictions from network rules or firewalls?


Forum|alt.badge.img+5
  • Author
  • Do Gooder (Customer)
  • January 7, 2026

@maheshmuz  Hi, I haven't mentioned these services to the user yet because I am experiencing these errors myself on my corporate computer. I don't have any network or firewall restrictions. Interestingly, the error does not occur when we use Basic Authentication with the IFSAPP account.

@ZTC ZTC JGOTA  Hi, I searched in both IEE and Aurena but couldn't locate the modules you mentioned. We are currently on IFS 10 Update 14; perhaps that is why they are not visible in our environment.


maheshmuz
Hero (Partner)
Forum|alt.badge.img+10
  • Hero (Partner)
  • January 7, 2026

Hi, The issue seems to be that IFSAPP has more access than other users, which is why Basic Authentication works with it but not with standard accounts. You should check and adjust the permissions for your user account.