You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
We created our custom Google SSO connector.
When user connect to this connector with account that doesn't have google workspace. Connector allows us to connect and we see that connector wiget connected at Workato UI.
But when we trying to start recipe that uses this connector we see error
We can't start this recipe due to connection errors
Google SSO is not connected.
It's confusing customers because it's not clear that we have connection issue.
But if account with Google Workspace it's works as expected.
So, do you know something about this broblem and how to fix it? It looks like workato widget issue
Hello.
We created our custom Google SSO connector.
When user connect to this connector with account that doesn't have google workspace. Connector allows us to connect and we see that connector wiget connected at Workato UI.
But when we trying to start recipe that uses this connector we see error
We can't start this recipe due to connection errors
Google SSO is not connected.
It's confusing customers because it's not clear that we have connection issue.
But if account with Google Workspace it's works as expected.
So, do you know something about this broblem and how to fix it? It looks like workato widget issue
Here is how connector looks like
`
{
title: "TEST Google SSO",
connection: {
fields: [
{
name: "client_id",
optional: false
},
{
name: "client_secret",
optional: false,
control_type: "password"
}
],
},
object_definitions: {},
custom_action: true,
test: lambda do |_connection|
get("/admin/reports/v1/activity/users/all/applications/token")
end,
triggers: {}
}`
The text was updated successfully, but these errors were encountered: