<?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[Can we set multiple &quot;aud&quot; claims in FusionAuth?]]></title><description><![CDATA[<p dir="auto">Is this possible?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/52/can-we-set-multiple-aud-claims-in-fusionauth</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 00:49:28 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/52.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 May 2020 17:31:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can we set multiple &quot;aud&quot; claims in FusionAuth? on Tue, 05 May 2020 17:32:23 GMT]]></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: <code>jwt.aud = [ 'foo', 'bar' ];</code></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/post/116</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/116</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Tue, 05 May 2020 17:32:23 GMT</pubDate></item></channel></rss>