Browse By Tags

  • 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…
  • HTTP Error 502.5 - Process Failure - OAuth - Server

    Hello, After installing ARAS Innovator 12 SP9 community edition, I got the HTTP Error 502.5 as I tried to login onto the new instance. First thing I did was checking the prerequisites for ARAS innovator, but everything was ok. So I started to analyse…
  • Single sign-on to Aras Innovator using a proprietary authentication system

    We have built a system that when you log in to a PC, that system can auto-login to multiple systems. We want to use our own authentication system to automatically log in to Aras Innovator. I would like some advice. ・Do you have any documentation…
  • 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…
  • Uploading Files via the Aras RESTful API

    This project provides a simple HTML form and a JavaScript file to demonstrate how to upload files to the Aras vault server via the Aras RESTful API. Project URL: https://github.com/ArasLabs/rest-upload-example
  • OAuth Example for the Aras RESTful API

    This project provides a sample .NET Core console application that demonstrates how to use the Aras Innovator OAuth server with the Aras RESTful API. Other contributors: Aras Development Project URL: https://github.com/ArasLabs/rest-auth-examp…