<?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: App client secret reset in Third-Party Apps</title>
    <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230967#M1452</link>
    <description>&lt;P&gt;Thanks for the update! When you reset the app client secret, make sure the new secret is applied anywhere your integration is authenticating (API calls, middleware, environment variables, etc.). The previous secret becomes invalid right away, so any workflow using it will start throwing authorization errors.&lt;/P&gt;&lt;P&gt;Once you’ve updated the secret in all connected systems, give the integration a quick re-auth or refresh to confirm everything is synced. If you’re still running into issues, feel free to share what part of the connection is failing — happy to help you troubleshoot!&lt;/P&gt;</description>
    <pubDate>Thu, 04 Dec 2025 07:59:01 GMT</pubDate>
    <dc:creator>krabada</dc:creator>
    <dc:date>2025-12-04T07:59:01Z</dc:date>
    <item>
      <title>App client secret reset</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1214155#M1249</link>
      <description>&lt;P&gt;I accidentally commited our apps secret and need to reset it. Can you assist?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 13:54:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1214155#M1249</guid>
      <dc:creator>OKapusta8</dc:creator>
      <dc:date>2025-10-20T13:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: App client secret reset</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1214162#M1250</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1002561"&gt;@OKapusta8&lt;/a&gt;&amp;nbsp;just to confirm are you referring to the private app key? If so just navigate to your settings &amp;gt; integrations &amp;gt; legacy apps and you will see all of your private apps. Hit the rotate button to create a new key and deprecate the original one&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomM2_0-1760969440787.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/159146i52B50BE43CFF358A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomM2_0-1760969440787.png" alt="TomM2_0-1760969440787.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 14:10:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1214162#M1250</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2025-10-20T14:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: App client secret reset</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1214167#M1252</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was reffering to my apps Auth&amp;nbsp;&lt;SPAN class=""&gt;Client secret.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 14:18:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1214167#M1252</guid>
      <dc:creator>OKapusta8</dc:creator>
      <dc:date>2025-10-20T14:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: App client secret reset</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1214775#M1258</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1002561"&gt;@OKapusta8&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I am aware, It's not possible for developers to reset an app's client secret themselves. HubSpot public app client secrets are static values uniquely assigned at the time of app creation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hubspot Rep might be able to help you to reset this from their side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 18:55:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1214775#M1258</guid>
      <dc:creator>kosalaindrasiri</dc:creator>
      <dc:date>2025-10-21T18:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: App client secret reset</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230964#M1449</link>
      <description>&lt;P&gt;If you’ve reset your app client secret, you’ll need to update every place where that secret is being used—such as your backend server, authentication configuration, or third-party integrations. The old secret will no longer work once the reset is complete, so any existing tokens or authentication requests may fail until the new secret is applied.&lt;/P&gt;&lt;P&gt;If you’re still seeing issues, try regenerating the secret again and double-check that the updated value is saved and deployed correctly. Also make sure there are no caching or environment variable delays.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 07:49:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230964#M1449</guid>
      <dc:creator>krabada</dc:creator>
      <dc:date>2025-12-04T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: App client secret reset</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230965#M1450</link>
      <description>&lt;P&gt;bro asked me please&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 07:51:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230965#M1450</guid>
      <dc:creator>krabada</dc:creator>
      <dc:date>2025-12-04T07:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: App client secret reset</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230966#M1451</link>
      <description>&lt;P&gt;Thanks for the update&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 07:57:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230966#M1451</guid>
      <dc:creator>krabada</dc:creator>
      <dc:date>2025-12-04T07:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: App client secret reset</title>
      <link>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230967#M1452</link>
      <description>&lt;P&gt;Thanks for the update! When you reset the app client secret, make sure the new secret is applied anywhere your integration is authenticating (API calls, middleware, environment variables, etc.). The previous secret becomes invalid right away, so any workflow using it will start throwing authorization errors.&lt;/P&gt;&lt;P&gt;Once you’ve updated the secret in all connected systems, give the integration a quick re-auth or refresh to confirm everything is synced. If you’re still running into issues, feel free to share what part of the connection is failing — happy to help you troubleshoot!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 07:59:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Third-Party-Apps/App-client-secret-reset/m-p/1230967#M1452</guid>
      <dc:creator>krabada</dc:creator>
      <dc:date>2025-12-04T07:59:01Z</dc:date>
    </item>
  </channel>
</rss>

