<?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[Resolving MissingVerifierException When Configuring External JWT IdP in FusionAuth]]></title><description><![CDATA[<p dir="auto">I’m trying to set up an External JWT Identity Provider to accept tokens from Keycloak. I’ve filled out all the necessary fields in FusionAuth, but when I send a token request to <strong>/api/jwt/reconcile</strong>, I get this error:</p>
<pre><code>io.fusionauth.jwt.MissingVerifierException : Message: No Verifier has been provided for verifying a signature signed using [SHA256withRSA]
</code></pre>
<p dir="auto">How can I resolve this?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/3000/resolving-missingverifierexception-when-configuring-external-jwt-idp-in-fusionauth</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 22:50:22 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/3000.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jun 2025 04:36:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Resolving MissingVerifierException When Configuring External JWT IdP in FusionAuth on Mon, 30 Jun 2025 04:37:11 GMT]]></title><description><![CDATA[<p dir="auto">This error usually means FusionAuth doesn’t have the public key it needs to verify the JWT signature.</p>
<p dir="auto">Make sure you’ve imported the public key that Keycloak uses to sign tokens into <strong>Settings → Key Master</strong> in FusionAuth. Check whether your JWT includes a <strong>kid</strong> (Key ID) claim. If it does, the key you import into Key Master must have a matching Key ID. You can confirm the Key ID after importing by clicking the <strong>view (<img src="https://fusionauth.io/community/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f50d.png?v=rcgg4tg866g" class="not-responsive emoji emoji-android emoji--mag" style="height:23px;width:auto;vertical-align:middle" title=":mag:" alt="🔍" />) icon</strong> next to the key.</p>
<p dir="auto">Once the correct key is imported and matches the <strong>kid</strong> from the JWT, FusionAuth will be able to verify the token’s signature.</p>
]]></description><link>https://fusionauth.io/community/forum/post/8205</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8205</guid><dc:creator><![CDATA[wesley]]></dc:creator><pubDate>Mon, 30 Jun 2025 04:37:11 GMT</pubDate></item></channel></rss>