• PWA Problem Report - Invalid Credentials?

    Hello, Been trying to get the PWA Problem Reports Aras Labs up and running. Everything installed, followed the instructions and restarted IIS twice. But when trying to login, getting "Invalid Credentials" even though the same login and password work…
  • How to increase getFileURL token lifetime

    Hello, I am currently writing a server method which will provides some data including file urls to our MES. To get file url I'm using the method innovator.getFileUrl(fileInfo.FileId, UrlType.SecurityToken)) that returns something like vaultAddress…
  • Invalid grant when requesting a token

    Hello ! I'm using a java application to connect to Aras innovator but i encounter a problem i can't seem to fix when using a remote instance of Aras Innovator. I followed the steps provided here : https://community.aras.com/b/english/posts/token-authentication…
  • OAuth - How to use Grant Type "Authorization Code" for token generation

    Hi everyone, I recently read this excellent blog post about token authentication using the REST API for Innovator, and in it Christopher Gillis says that ' [c] urrently, I believe "password" is the only authentication type allows [sic] . Aras…