<?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 claims]]></title><description><![CDATA[A list of topics that have been tagged with claims]]></description><link>https://fusionauth.io/community/forum/tags/claims</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 13:38:56 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/claims.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Modifying the issuer claim]]></title><description><![CDATA[<p dir="auto">It sounds like you're asking if you can modify the issuer claim.</p>
<p dir="auto">You can control the "Issuer", or iss claim, in two different ways:</p>

You can set it in the tenant config, where it will apply for all JWTs issued for that tenant. You'd modify that by navigating to "Tenants", then your tenant, then "General". Modify the "Issuer" field value to be login.example.com.
You can set it at the individual JWT level by modifying the JWT populate lambda. You would do this if you wanted to have a different issuer based on some information from the user or registration data. (This does not appear to be the case here, just including this for completeness.)

<p dir="auto">I'm not clear if you have more than one tenant in your system; if you do, you can either change the "Issuer" setting for the default tenant (which is what is provided when no tenantId is on the URL) or request the endpoint with a tenantId appended, like this:</p>
<p dir="auto">https://login.example.com/.well-known/openid-configuration?tenantId=&lt;tenantid&gt;</p>
]]></description><link>https://fusionauth.io/community/forum/topic/632/modifying-the-issuer-claim</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/632/modifying-the-issuer-claim</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[User registration provider data]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/103">@ashok</a> glad you solved the problem!</p>
<blockquote>
<p dir="auto">The only problem is that I don't seem to be able to pass all the tokens and then "map" it out in the backend.</p>
</blockquote>
<p dir="auto">I'm not sure what you mean here. Are you not seeing all the tokens in the lambda? Or are you not able to put them all in the custom claim?</p>
<blockquote>
<p dir="auto">Also, I think I already know the answer to this and this may sound dumb, but how can you have multiple tokens? A user with multiple providers? If so, how are they consolidated and combined?</p>
</blockquote>
<p dir="auto">A token is tied to a registration/application, so someone could login with google to one FusionAuth application and with facebook to another. Unless I'm missing something, I don't believe they are combined.</p>
<blockquote>
<p dir="auto">Lastly, it would have been nice if user.registrations had a providers field.</p>
</blockquote>
<p dir="auto">We welcome your feature requests 🙂 . Please file a github issue: <a href="https://github.com/fusionauth/fusionauth-issues/issues" rel="nofollow ugc">https://github.com/fusionauth/fusionauth-issues/issues</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/129/user-registration-provider-data</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/129/user-registration-provider-data</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How does one add custom claims to the JWT issued by the OAuth flow?]]></title><description><![CDATA[<p dir="auto">In general you are going to want to use a Lambda to populate additional claims: <a href="https://fusionauth.io/docs/v1/tech/lambdas/jwt-populate" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/lambdas/jwt-populate</a></p>
<p dir="auto">This issue has some notes about Hasura in particular: <a href="https://github.com/FusionAuth/fusionauth-issues/issues/61" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/61</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/65/how-does-one-add-custom-claims-to-the-jwt-issued-by-the-oauth-flow</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/65/how-does-one-add-custom-claims-to-the-jwt-issued-by-the-oauth-flow</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can we set multiple &quot;aud&quot; claims in FusionAuth?]]></title><description><![CDATA[<p dir="auto">We do not support this directly in FusionAuth, but you could use a Lambda to set the aud claim to whatever you want.</p>
<p dir="auto">The specification allows for a string value, or an array of string values, so you could create a Lambda with something like: jwt.aud = [ 'foo', 'bar' ];</p>
<p dir="auto">More about Lambdas and JWTs here: <a href="https://fusionauth.io/docs/v1/tech/lambdas/jwt-populate" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/lambdas/jwt-populate</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/52/can-we-set-multiple-aud-claims-in-fusionauth</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/52/can-we-set-multiple-aud-claims-in-fusionauth</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>