DavidW
6 months agoIdeator I
Aras REST Api
Hi,
I am trying to build a C# HttpClient that will interact with Aras REST Api, I have followed the setup from this document Aras Rest API I noticed that I have to log into a pop up window very...
Hi,
which Innovator version do you use?
Hi,
The version of Innovator I am using is Release 30 Build 14
I unfortunately cannot tell exactly the situation for I30. Aras has changed a few things regarding authentication. In I32 Aras introduced the Aras OAuth Registry application which makes things a bit easier.
I so far use this I12 solution with the Authorization : Bearer {YOUR_TOKEN} header.
link or https://github.com/ArasLabs/rest-auth-example
For I14 OAuth this one may contain some hints:
https://aras.com/en/blog/authenticating-in-oauth-2-0-with-aras-restful-api
Maybe somebody else knows more?
Thanks for the help Angelalp, much appreciated!
I have followed the link you provided for I14 and it works as expected when using Postman, unfortunally I was hoping to take the two step process and turn it into a one step process haha.
Ideally I would like a merge between the two where I can supply a generic user/password, get a token and then use that token for signing in bypassing the login forum but it looks like the new release of Innovator is not allowing that?
Thanks again.