Hi everyone,
I'm working on integrating a third-party application with IFS Cloud using the REST APIs, but I’ve been running into an intermittent authentication issue. Sometimes, API requests authenticate and execute successfully, but other times, I get a 401 Unauthorized error, even though the credentials and token generation process remain unchanged.
I’ve double-checked the OAuth flow, ensured that the token is fresh, and even tried increasing the token lifespan, but the issue still persists randomly. Could this be related to session expiration, rate limits, or something specific to how IFS Cloud handles authentication?
Thanks!