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 ' urrently, I believe "password" is the only authentication type allows [sic]. Aras as a whole is moving towards more types of authentication in 12.0, so this is likely to change in the upcoming releases.' With 12.0 released, I see that OAuthServer\OAuth.config now defines two allowedGrantTypes for the clientRegistry with ID "IOMApp": 'password' - the one that I have been using in my code when generating OAuth tokens for Innovator so far - but also 'authorization_code'. Hence, I was wondering if anyone knows a practical way yet to generate the access token with that grant type, instead of using "password"? Thanks a lot in advance for any info on this subject. Cheers, C8.1KViews2likes2CommentsHTTP 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 the underlying problem, and it turned out that the XML file .../OAuthServer/OAuth.config is not a valid XML document. At line 86, you find "1:" right before the "redirectUri" tag. Please remove this two characters and it will start to work. Hope this is helpful until this mistake is fixed. Best regards8.1KViews1like4CommentsAras Conversion Server altering modified_by_id property
Hi, I recently realised that after saving cad documents modified_by_id property changes to 'Innovator Admin' instead of my user id. I think the problem caused by conversion server. I want to see who modified that cad document but conversion server overrides modified_by_id property after save. How can I prevent this behaivour?2.9KViews1like3CommentsHow do you import Excel BOM data into Aras Innovator open version?
Hello, I currently use the open, free version of Aras Innovator and am having difficulty figuring out how to store BOM data within the tool. I have seen from other posts that subscribers have access to a direct import functionality and also some kind of batch loader. For the latest free version of ARAS, what are the exact steps to import an excel file containing BOM data into Aras? Any help would be greatly appreciated.6KViews1like7CommentsPerformance testing tools with Aras
Hello all, We are planning to import certain amount of data to Aras and we have created some functionalities (methods) related to that. And we would like to make some performance testing after importing the data to see that our functions/methods are able to perform. Any advice which tools would be good? We would need to record some use/test cases (make searches through UI, and test some other functions also as a users do) - but of course we would like to simulate the user behavior. Do anyone know which tools works with Aras UI and which doesn't? Any hints and tips are appreciated. I'm not performance test expert in any meaning but I have some experience on Apache jMeter from previous projects. We are utilizing Aras12 (SP9). Br, Jukka3.2KViews1like1Comment