<?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 Re: Requesting Help with JWT Connector in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/requesting-help-with-jwt-connector/m-p/12039#M4630</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13305"&gt;@AMacourek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;In Workato, this behavior usually happens because &lt;STRONG&gt;the &lt;CODE&gt;Authorization&lt;/CODE&gt; header (and a few others)&lt;/STRONG&gt; are treated as &lt;STRONG&gt;sensitive&lt;/STRONG&gt; at the &lt;STRONG&gt;action level&lt;/STRONG&gt;. So:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Manually typing&lt;/STRONG&gt; a token/key directly in the HTTP &lt;STRONG&gt;step header&lt;/STRONG&gt; → often triggers a “sensitive field”/security validation error.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Mapping a datapill&lt;/STRONG&gt; (e.g., a token output from a previous step) → may still be blocked if it’s going into &lt;CODE&gt;Authorization&lt;/CODE&gt; at the &lt;STRONG&gt;action&lt;/STRONG&gt; level.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To make this reliable (and compliant), move the sensitive value to the &lt;STRONG&gt;connection layer&lt;/STRONG&gt; or use one of the safest options below.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Https error page_ if add only bearer.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2633iFA84745E8B419267/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Https error page_ if add only bearer.png" alt="Https error page_ if add only bearer.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Https_ success_when add data pill after Bearer.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2634iC6B60593E044691C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Https_ success_when add data pill after Bearer.png" alt="Https_ success_when add data pill after Bearer.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2026 15:23:28 GMT</pubDate>
    <dc:creator>shivakumara</dc:creator>
    <dc:date>2026-03-20T15:23:28Z</dc:date>
    <item>
      <title>Requesting Help with JWT Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/requesting-help-with-jwt-connector/m-p/12019#M4624</link>
      <description>&lt;P&gt;I have a need to import from Apple Business Manager.&amp;nbsp; &amp;nbsp;I set up a JWT Connector to import the Key.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 200px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2625iDFA087C93F77B081/image-size/small/is-moderation-mode/true?v=v2&amp;amp;px=200" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the recipe, I then called this to generate the JWT and was able to get the access token.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 200px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2626i78485C62493F63BD/image-size/small/is-moderation-mode/true?v=v2&amp;amp;px=200" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This works fine and the access token is valid.&amp;nbsp; Now, my question is how can I use that access token?&amp;nbsp; I cannot just add to a header with Authorization-Bearer as Workato errors out with it being sensitive field.&lt;/P&gt;&lt;P&gt;I would like to have a custom connector that does all of this, but I cannot find a way to have a multi-line password field to take in the key.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 13:15:51 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/requesting-help-with-jwt-connector/m-p/12019#M4624</guid>
      <dc:creator>AMacourek</dc:creator>
      <dc:date>2026-03-11T13:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting Help with JWT Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/requesting-help-with-jwt-connector/m-p/12039#M4630</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13305"&gt;@AMacourek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;In Workato, this behavior usually happens because &lt;STRONG&gt;the &lt;CODE&gt;Authorization&lt;/CODE&gt; header (and a few others)&lt;/STRONG&gt; are treated as &lt;STRONG&gt;sensitive&lt;/STRONG&gt; at the &lt;STRONG&gt;action level&lt;/STRONG&gt;. So:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Manually typing&lt;/STRONG&gt; a token/key directly in the HTTP &lt;STRONG&gt;step header&lt;/STRONG&gt; → often triggers a “sensitive field”/security validation error.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Mapping a datapill&lt;/STRONG&gt; (e.g., a token output from a previous step) → may still be blocked if it’s going into &lt;CODE&gt;Authorization&lt;/CODE&gt; at the &lt;STRONG&gt;action&lt;/STRONG&gt; level.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To make this reliable (and compliant), move the sensitive value to the &lt;STRONG&gt;connection layer&lt;/STRONG&gt; or use one of the safest options below.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Https error page_ if add only bearer.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2633iFA84745E8B419267/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Https error page_ if add only bearer.png" alt="Https error page_ if add only bearer.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Https_ success_when add data pill after Bearer.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2634iC6B60593E044691C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Https_ success_when add data pill after Bearer.png" alt="Https_ success_when add data pill after Bearer.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 15:23:28 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/requesting-help-with-jwt-connector/m-p/12039#M4630</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2026-03-20T15:23:28Z</dc:date>
    </item>
  </channel>
</rss>

