<?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[My JWKS are always empty]]></title><description><![CDATA[<p dir="auto">I have the default keys set up, but when I am using the API here: <a href="https://fusionauth.io/docs/v1/tech/oauth/endpoints#json-web-key-set-jwks" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/endpoints#json-web-key-set-jwks</a></p>
<p dir="auto">And retrieving from</p>
<p dir="auto"><a href="https://hostname/.well-known/jwks.json" rel="nofollow ugc">https://hostname/.well-known/jwks.json</a></p>
<p dir="auto">I see this; not sure what I am doing that is wrong.</p>
<pre><code>{ "keys" : [ ] }
</code></pre>
<p dir="auto">I also tried using tenantid and with Authorization header.</p>
<p dir="auto"><em>Pulled over from <a href="https://github.com/FusionAuth/fusionauth-issues/issues/744" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/744</a></em></p>
]]></description><link>https://fusionauth.io/community/forum/topic/233/my-jwks-are-always-empty</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 12:13:09 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/233.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Jul 2020 18:48:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to My JWKS are always empty on Wed, 23 Dec 2020 18:32:34 GMT]]></title><description><![CDATA[<p dir="auto">Symmetric keys are not returned on the JWKS endpoint, as they don't have a public key. Per the docs this api:</p>
<blockquote>
<p dir="auto">returns public keys generated by FusionAuth, used to cryptographically verify JWTs using the JSON Web Key format</p>
</blockquote>
<p dir="auto">If you create an RSA or EC key which is an asymmetric key pair - the public key will be returned on the JWKS endpoint. If you don’t have any key pairs configured , it will be empty. Out of the box, you’ll only have one HMAC key which we don’t publish in JWKS.</p>
]]></description><link>https://fusionauth.io/community/forum/post/606</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/606</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Wed, 23 Dec 2020 18:32:34 GMT</pubDate></item></channel></rss>