<?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[Topics tagged with grant]]></title><description><![CDATA[A list of topics that have been tagged with grant]]></description><link>https://fusionauth.io/community/forum/tags/grant</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 13:16:21 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/grant.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[How to create entities with parents?]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1309">@nikhil-shrivastav</a></p>
<p dir="auto">Thanks for the question.  I have addressed in our support other related support thread.</p>
<p dir="auto">Thanks<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1450/how-to-create-entities-with-parents</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/1450/how-to-create-entities-with-parents</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[MFA with the password grant]]></title><description><![CDATA[<p dir="auto">Thanks for addressing this use case. Your proposal, however, runs counter to any standardization effort: Long live OAuth! 🙂</p>
<p dir="auto">A better approach would be to switch from a password grant to the use of authorization codes (instead of passwords) to obtain the access token. This is fully within the OAuth framework and does not introduce fusionauth-specific hacks into the solution.</p>
<p dir="auto">We have created as simple html page that redirects to the fusionauth authorize endpoint with grant_type=authorization_code. The browser handles MFA as usual. Upon redirecting to this page, the page can harvest the authorization code for the user to copy. From there proceed with into authorization code in place of a password.</p>
<p dir="auto">PS: Long live OAuth!</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1348/mfa-with-the-password-grant</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/1348/mfa-with-the-password-grant</guid><dc:creator><![CDATA[admin b]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can I get permissions granted to a user against an Entity in an OAuth grant]]></title><description><![CDATA[<p dir="auto">The ability to search grants for a user was a gap in our documentation. We have since released an update to showcase/describe the use case.</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/apis/entity-management/grants/#search-for-grants" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/entity-management/grants/#search-for-grants</a></p>
<p dir="auto">Your API endpoint call will look like below:</p>
GET /api/entity/grant/search?userId={uuid}

<p dir="auto">Additional possible filtering functionality is documented in this <a href="https://github.com/FusionAuth/fusionauth-issues/issues/1511" rel="nofollow ugc">feature request</a>.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1118/can-i-get-permissions-granted-to-a-user-against-an-entity-in-an-oauth-grant</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/1118/can-i-get-permissions-granted-to-a-user-against-an-entity-in-an-oauth-grant</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Determining which OAuth grant you are in within the themes]]></title><description><![CDATA[<p dir="auto">The only two grants that are relevant to an interactive flow are the authorization grant, and the implicit grant.</p>
<p dir="auto">I don’t recommend you use the implicit grant at all, so that leaves only the authorization grant.</p>
<p dir="auto">If the authorization grant is happening, response_type will be code.</p>
<p dir="auto">If the authorization grant is occurring due to a device grant, the user_code variable will be set.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1058/determining-which-oauth-grant-you-are-in-within-the-themes</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/1058/determining-which-oauth-grant-you-are-in-within-the-themes</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Length of time for authorization code]]></title><description><![CDATA[<p dir="auto">It's configurable. If you go to the tenant details page, then to the Advanced tab, you'll see the setting there; it's called Authorization Code. It's also documented in the tenant API, search for tenant.externalIdentifierConfiguration.authorizationGrantIdTimeToLiveInSeconds here: <a href="https://fusionauth.io/docs/v1/tech/apis/tenants" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/tenants</a></p>
<p dir="auto">Looks like valid durations are between 1 and 600 seconds.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/380/length-of-time-for-authorization-code</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/380/length-of-time-for-authorization-code</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How can I implement a client credentials grant with FusionAuth?]]></title><description><![CDATA[<p dir="auto">An update! The client credentials grant is now available in paid editions of FusionAuth.</p>
<p dir="auto">Here is the documentation:</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/oauth/#configure-entities" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/#configure-entities</a></p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/oauth/#example-client-credentials-grant" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/#example-client-credentials-grant</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/85/how-can-i-implement-a-client-credentials-grant-with-fusionauth</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/85/how-can-i-implement-a-client-credentials-grant-with-fusionauth</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>