<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Refresh token permissions]]></title><description><![CDATA[<p dir="auto">I'm confused about the API and refresh token permissions. Can you explain more?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/476/refresh-token-permissions</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 03:57:33 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/476.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Oct 2020 20:41:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Refresh token permissions on Thu, 15 Oct 2020 20:42:55 GMT]]></title><description><![CDATA[<p dir="auto">There are two “worlds”, OAuth, and API only.</p>
<p dir="auto">API world (JSON in body, proprietary to FusionAuth):</p>
<ul>
<li>Application &gt; Security &gt; Login API Settings &gt; Generate Refresh Tokens (Generate a a refresh token when using the Login API)</li>
<li>Application &gt; Security &gt; Login API Settings &gt; Enable JWT refresh (Allow a JWT to be refreshed using the /api/jwt/refresh API)</li>
</ul>
<p dir="auto">OAuth world (form params, in body and in request, standardized):</p>
<ul>
<li>Application &gt; OAuth &gt; Generate Refresh Tokens (Generate a refresh token if offline_access scope was requested)</li>
<li>Application &gt; OAuth &gt; Enabled Grants &gt; Refresh Token (Allow a JWT to be refreshed using an refresh token) (edited)</li>
</ul>
<p dir="auto">If you are living in the OAuth world, then you can disable the API access, and just use the OAuth configuration. And vice versa.</p>
]]></description><link>https://fusionauth.io/community/forum/post/1453</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1453</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 15 Oct 2020 20:42:55 GMT</pubDate></item></channel></rss>