-
[domo CLI] login issue in domo app CLI after performing npm start
DescriptionWhen attempting to develop the custom Domo app locally and run the local server using npm start, an authentication error is returned, prompting the user to log in to Domo using domo login. After successfully logging in, attempting to use npm start again returns the same authentication error. However, it…
-
How do/will connectors work with MFA?
Hi everyone... I'm trying to use The Trade Desk connector but when I fill in the credentials when setting up the connector, it fails as it can't authenticate. My assumption is because both of the accounts I tried to use (and I'm presuming all Trade Desk accounts) have multi-factor authentication enabled. I'm told you can't…
-
Google Sheets connector datasets failing due to auth token expired.
Hello, I am seeing that something today happened for all of our google sheet datasets via connector are failing or having long run times due to this error message. "Domo is ready, but the authentication token is expired. Please verify your account credentials and try again" Does anyone know the resolution for this? I tried…
-
Error retrieving a Domo API Access Token
I was running a python script that connects to Domo using my client id and secret and it was running fine till about an hour ago when I started getting an error message: File "/.virtualenvs/strat/lib/python3.8/site-packages/pydomo/Transport.py", line 87, in _renew_access_token raise Exception("Error retrieving a Domo API…
-
Has anyone pulled data from ActiveCampaign?
I am working on getting data from ActiveCampaign into Domo and wanted to see if anyone has succeeded in this.
-
Can Just One Workbench Be Used On One Domain?
Does anyone know more about having multiple users working on Workbench at the same time? The FAQ page states that it is "All Workbench jobs are saved in the cloud and tied to a specific login", but I'm not sure what this means. https://domohelp.domo.com/hc/en-us/articles/360043437373-Workbench-5-FAQs From what we have…
-
Domo Everywhere and Access Control
Our design team is looking at using Domo Everywhere to give us complete control over the design of the dashboard. However, the dashboard is for internal use only and we need to limit access to only those users who have signed in to Domo. My understanding is that Domo Everywhere does not allow for that kind of access…
-
SAML Authentication in the Mobile App
I'm planning to do SSO with SAML, but I can't find a way to support SAML authentication in the Domo mobile app. I assume that the app probably doesn't support SSO, but has anyone else achieved this?
-
OpenID Connect does not work with Amazon Cognito
Hi, When trying to setup Amazon Cognito as the OpenID Connect provider I get an "invalid_scope" error returned from Cognito. This is created by the fact that Domo is requesting the following scopes on the request to Cognito: * scope=openid profile email phone address The address scope does not exist within Cognito and as…
-
ChannelAdvisor - Authorization Failed
I'm attempting to establish a connection to ChannelAdvisor. I've got my dev-key and password configured in Domo and it authenticates properly. I've even followed their documentation (https://developer.channeladvisor.com/authorization/soap-api-credentials-flow/rest-request-access-endpoint) to make sure the profile / account…
-
Send postMessage event when user does not have access to embedded dashboard
Currently, when a user attempts to access an embedded dashboard that they do not have access to, DOMO presents the message "Sorry. This content is no longer available." in the embedded Iframe. From what I can tell, there is no way to capture this and provide a custom message to the user with perhaps more information or a…