Solved! Go to Solution.
Hey @KenL - we can talk about this off channel if you want - but that's kind of moot. Customers (especially those in more tech heavy spaces) expect control of the browser at an enterprise level. This is an issue which Alteryx will not be able to keep up with and has been flagged for years at this point.
My company doesn't have Server. We talk about getting Server once every few months - in the back of my head I always think - the chrome issue will be a battle. Do I need to battle with my IT department to try to justify this?
@tcheng - I recommend using the Server API to manage the interaction between server and designer if you do not think you can get a security one-off policy for traffic originating from or going to your Alteryx Server. I'd also recommend hosting your Server inside of your VPN if you do not already - to try to appease InfoSec/CloudSec/CorpSec - whoever controls those kinds of things.
Thanks for the suggestion. I already opened an internal ticket to check and see if the issue with SSO might really be related to unsupported internal browser version within Alteryx.
Where can I find more info on using server API to manage interaction between designer and server?
Download the pack from here - https://community.alteryx.com/t5/Engine-Works/Introducing-the-Alteryx-Server-v3-API/ba-p/899228
What's the embedded Chrome browser version number for Alteryx Designer 2022.3?
As the login window to Server in Designer is using the Chromium Embedded Framework, the Chrome version used will be static for each Designer version. We do upgrade the Chrome version used in newer versions of Designer. You can submit a product idea or reach out to your Alteryx Account Executive about proposed changes to the current product design.
To determine what version of Chrome is used in the Chromium Embedded Framework, you can do the following:
@KenL - yup 100% sure there are tickets relating to this. I've been on numerous calls - and a miscommunication of the underlying issue was a primary feature of 2021.3 (which had the first Chromium update in a while - and yes I mean 2021.3).
Personally - I don't think changing the internal browser to an external browser is the right fix anymore. I'd do away with the browser connection entirely. To me - the right fix is to have code going to Server instead sync with a repo (ie github) and have the repo (ie github) push the new packages to either an S3 which Server pulls from or directly to Server.