<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Workato connectors auth through API in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5045#M2235</link>
    <description>&lt;P&gt;Hello!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm very nubie using Workato, so sorry if it's a dumb question.&amp;nbsp;&lt;BR /&gt;I wonder if it's possible to create an external app that interacts with Workable through the API and being able to configure the authentication for the Connectors through the API. I've seen that you can &lt;A href="https://docs.workato.com/workato-api/custom_connectors.html#generate-schema-from-json" target="_self"&gt;generate schemas from JSON&lt;/A&gt; or &lt;A href="https://docs.workato.com/oem/custom-oauth-embedded-create.html" target="_self"&gt;create custom oauth profiles&lt;/A&gt;&amp;nbsp;but not sure if any will work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Basically what I want to create is an app where the users can have a button that will launch the auth process for an app, like Slack or Google Drive, and pick that auth info, and embebed it on Workato&amp;nbsp; to be able to execute recipes.&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 13:41:46 GMT</pubDate>
    <dc:creator>alberto_deavila</dc:creator>
    <dc:date>2023-08-31T13:41:46Z</dc:date>
    <item>
      <title>Workato connectors auth through API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5045#M2235</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm very nubie using Workato, so sorry if it's a dumb question.&amp;nbsp;&lt;BR /&gt;I wonder if it's possible to create an external app that interacts with Workable through the API and being able to configure the authentication for the Connectors through the API. I've seen that you can &lt;A href="https://docs.workato.com/workato-api/custom_connectors.html#generate-schema-from-json" target="_self"&gt;generate schemas from JSON&lt;/A&gt; or &lt;A href="https://docs.workato.com/oem/custom-oauth-embedded-create.html" target="_self"&gt;create custom oauth profiles&lt;/A&gt;&amp;nbsp;but not sure if any will work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Basically what I want to create is an app where the users can have a button that will launch the auth process for an app, like Slack or Google Drive, and pick that auth info, and embebed it on Workato&amp;nbsp; to be able to execute recipes.&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 13:41:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5045#M2235</guid>
      <dc:creator>alberto_deavila</dc:creator>
      <dc:date>2023-08-31T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Workato connectors auth through API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5049#M2236</link>
      <description>&lt;P&gt;Hello Alberto,&amp;nbsp;&lt;BR /&gt;Yes that is possible. What you looking for is an Embedded Connection Widget (&lt;A href="https://docs.workato.com/oem/embedded-connections.html" target="_self"&gt;documented here&lt;/A&gt;&amp;nbsp;) . Using the connection widget you can have a button inside your app which will launch another window for a connection to be established by the end user by their own credentials.&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;BR /&gt;Karun Kamal&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 15:52:16 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5049#M2236</guid>
      <dc:creator>kkamal</dc:creator>
      <dc:date>2023-09-01T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Workato connectors auth through API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5056#M2237</link>
      <description>&lt;P&gt;Cool! Thanks for the reply Karun!&amp;nbsp;&lt;BR /&gt;And is it possible to do it without an iframe?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've also seen that there is documentation about &lt;A href="https://docs.workato.com/oem/workato-embedded-implementation.html#prerequisites" target="_blank"&gt;full embedded implementation here&lt;/A&gt;&amp;nbsp;but it keeps using an iframe.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 06:48:12 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5056#M2237</guid>
      <dc:creator>alberto_deavila</dc:creator>
      <dc:date>2023-09-04T06:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Workato connectors auth through API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5058#M2239</link>
      <description>&lt;P&gt;What I remember about the implementation is that You (Partner) need to first craete JWTs using the secret token shared from the Workato Team for your Workato Account. [That JWT will then authenticate api calls for the workato account] (OEM/Customer). Using that token you create JWT direct link url, the url needs to be then loaded into an Iframe Element from your Partner Application. Then your partner app can receive all those javasript post message events if the auth was successful later.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;regards to your question if "&lt;SPAN&gt;is it possible to do it without an iframe? " -&amp;nbsp;&lt;/SPAN&gt;I believe it wont be possible without iframe as it is mentioned as &lt;A href="https://docs.workato.com/oem/embedded-connections.html#embedded-connection-widget-implementation-guide" target="_self"&gt;pre requisite&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 12:49:01 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5058#M2239</guid>
      <dc:creator>kkamal</dc:creator>
      <dc:date>2023-09-04T12:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Workato connectors auth through API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5059#M2240</link>
      <description>&lt;P&gt;I would also highly recommend you to open Support ticket from within Workato UI help widget. Or even better to connect with your account executive and TA to get help with implmentation details.&lt;BR /&gt;&lt;BR /&gt;Disclaimer - I m just tryna help as a Workato Enthusiast, I'm not from workato team&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 12:51:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connectors-auth-through-api/m-p/5059#M2240</guid>
      <dc:creator>kkamal</dc:creator>
      <dc:date>2023-09-04T12:51:18Z</dc:date>
    </item>
  </channel>
</rss>

