Accessing Aras Innovator instance outside the network using Ngrok Tunneling
Hello Team, I have installed Aras Innovator 2023 on Windows Server 2022 successfully. I can log in to the Innovator Instance using the localhost URL on the server and the hostname_server URL on the same network machine without any error. I am using the Ngrok Tunneling Client to forward the static domain to the local host to access the innovator Instance outside the network. While doing so, I am receiving an error that states "Error: Cannot access OAuth Server due to CORS policies". Below is the command used for Ngrok tunneling cmd: ngrok --domain=xxx.yyy 80 --host-header=Access-Control-Allow-Origin where xxx.yyy is the static domain name Also, I have modified the below-given line in the <customHeaders> section of ...\Innovator\Server\web.config. WAS: <add name="Access-Control-Allow-Origin" value="*" /> IS: <add name="Access-Control-Allow-Origin" value="https://xxx.yyy" /> Finally, I followed the below steps to solve the issue which didn't help though. [Reference: https://github.com/ArasLabs/aras-workflow-approval/issues/1] The following steps will also avoid the CORS error: Open the IIS Manager. Select your Aras Innovator instance from the site list in the Connections pane. In the center pane, select HTTP Response Headers from the IIS section. In the Actions pane on the right, select Add… Add a header with the following values: Name: Access-Control-Allow-Headers Value: database, authpassword, authuser, soapaction, content-type Click Add… again and add another header with the following values: Name: Access-Control-Allow-Origin Value: https domain to whitelist or * Ngrok Log: Client Error: Note: The above approach is for testing purposes only.0Views0likes9CommentsAuthority Mismatch on Settings vs. signin state after upgrading from R21 to R27
My R21 environment (dev) had no issues prior to applying the R27 patch. Can't get his resolved. Hopefully somebody else in thee community have had this and resolved this issue. From oidc-clinet-ts.min.js: this._settings.authority !== t.authority && r.throw(new Error("authority mismatch on settings vs. signin state"))0Views0likes6CommentsSingle 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.7KViews0likes0CommentsVersion 12 SP9 - Cannot access O Auth server 500 error
I installed ARAS 12 SP9 with dependencies of right version installed prior to it. Installation was successful. Post installation, I logged into ARAS webclient using edge & chrome and faced the error shown below These are the list of dependencies installed Why does it fail to load login screen?4.7KViews0likes5Comments