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 that would be helpful? ・What information can I provide to get more detailed advice?11KViews0likes9CommentsInstruction: How to Enable SSL in Aras Innovator V12 (or Fix Invalid Redirect_Uri)
Hello everyone, As I found myself struggling setting up SSL across multiple Aras Installations, I decided to write a short instruction. This instruction should fix error 'invalid redirect_uri'. 1. Enable SSL in Internet Information Services (IIS) In IIS, select your instance and under 'IIS' go to 'SSL Settings'. Make sure 'Require SSL' is checked and 'Client Certificates' is set to 'Ignore'. Depending on the modules you installed, make sure this setting is successfully applied to the following sub pages: Client, ConversionServer, NotificationServer, OauthServer, SelfServiceReporting, Server, Vault. 2. Install Notepad++ on the Innovator Server Install the latest version of Notepad++ or any similar tool that can replace text recursively in all files in a selected folder. 3. Replace HTTP instances with HTTPS In Notepad++ go to 'View > Find...' (or CTRL+F) and head over to the 'Find in Files' tab. Configure it as follows: Find what: http://localhost/ Replace with: https://[YOUR SERVER NAME / IP]/ Filters: *.* Directory: [THE ROOT DIRECTORY OF YOUR INSTALLATION – AN INNOVATOR FOLDER BY DEFAULT] Check: 'Include all sub-folders' Search mode: Normal Leave all unmentioned fields blank or unchecked Now click 'Replace in Files'. The process should take about 5 minutes so you can grab a cup of coffee. Once you return, about 30 instances should have been replaced. The 'redirect_uri' error should have been resolved and your browser will give you a SSL Certificate pop-up. Click 'OK' (only necessary once). I hope this helps. All the best from Almelo. Daan Update 2025: In newer versions of Innovator, much more than 30 instances will be found for replacement.2.7KViews0likes0CommentsHow to get the refresh token when existing token expires using the expired token.
We have one application which utilizes ARAS REST API token authentication using username and password .We are facing issue once the access token expires (in our case it's 3600 secs) we need to refresh that token without the need of user to sign-in again using username and password. So, How to get the refresh token using expired access token from the ARAS REST API.7.7KViews0likes2CommentsOffice Connector with Authentication
Hi, we use SP9 with windows authentication (single sign-on) and we installed Office Connector 11.0R7. On the client machine, we open an Excel and a login pop-up shows up. We pushed the login button and we get this error : "object reference not set to an instance of an object" can anybody help? thanks, Duygu5.3KViews0likes2Commentsextending the aras authentication to access custom application
Hi, i am new to this domain .Is it possible to access a third party application using the same credentials of aras. For example if I am already logged into aras and if I open a url it automatically receives its credentials for the aras as the current logged in use. If possible how can we do it????2.8KViews0likes1Comment