<?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[Configuring FusionAuth as a SAML IdP for Internal Applications]]></title><description><![CDATA[<p dir="auto">I’m trying to achieve the following setup:</p>
<ol>
<li>A Tenant has two external SAML IdPs and wants to add a third option for email and password login using FusionAuth.</li>
<li>This login should be presented as if it were an external SAML IdP.</li>
</ol>
<p dir="auto"><strong>Scenario</strong>:<br />
For Tenant T, there are Applications A and B:</p>
<ul>
<li>Application B has the SAML IdP feature enabled.</li>
<li>Application A uses a SAML IdP (S), which has the SAML Login URL from Application B as the IdP Endpoint.</li>
</ul>
<p dir="auto">When clicking the button for S on Application A, a SAML request is generated. However, the Issuer in the SAML request references the Id of the Identity Provider S (e.g., <strong><a href="https://company-stage.fusionauth.io/samlv2/sp/af59262c-79ba-48c6-a0a2-4ab1d2fc15d3" rel="nofollow ugc">https://company-stage.fusionauth.io/samlv2/sp/af59262c-79ba-48c6-a0a2-4ab1d2fc15d3</a></strong>).</p>
<p dir="auto">This results in an error:</p>
<p dir="auto"><strong>"The AuthnRequest contained an invalid issuer [<a href="https://company-stage.fusionauth.io/samlv2/sp/af59262c-79ba-48c6-a0a2-4ab1d2fc15d3" rel="nofollow ugc">https://company-stage.fusionauth.io/samlv2/sp/af59262c-79ba-48c6-a0a2-4ab1d2fc15d3</a>] that does not map to an Application in FusionAuth."</strong></p>
<p dir="auto">I understand the error since this Issuer does not correspond to an Application configured as a SAML SP. The Issuer should be <strong><a href="https://company-stage.fusionauth.io/samlv2/sp/" rel="nofollow ugc">https://company-stage.fusionauth.io/samlv2/sp/</a>{id of App A}</strong> instead.<br />
Does this setup make sense, and could the issue relate to a single <strong>fusionauth.</strong>* namespace for cookies?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2857/configuring-fusionauth-as-a-saml-idp-for-internal-applications</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 12:42:22 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2857.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Jan 2025 21:34:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Configuring FusionAuth as a SAML IdP for Internal Applications on Thu, 30 Jan 2025 21:37:12 GMT]]></title><description><![CDATA[<p dir="auto">Yes, it is possible to configure an Application with the SAML IdP feature enabled and use it as an IdP for another Application within the same Tenant.</p>
<p dir="auto">The error you’re encountering indicates that FusionAuth cannot find an Application configured as a SAML IdP with the Issuer URL <strong><a href="https://company-stage.fusionauth.io/samlv2/sp/af59262c-79ba-48c6-a0a2-4ab1d2fc15d3" rel="nofollow ugc">https://company-stage.fusionauth.io/samlv2/sp/af59262c-79ba-48c6-a0a2-4ab1d2fc15d3</a></strong>. This URL corresponds to the Identity Provider you configured in <strong>Settings &gt; Identity Provider</strong>.</p>
<p dir="auto"><strong>Resolution</strong>:</p>
<p dir="auto">To fix this issue, update the SAML configuration for Application B as follows:</p>
<ol>
<li>Navigate to <strong>Application B &gt; Edit &gt; SAML</strong>.</li>
<li>Add the Issuer URL (<strong><a href="https://company-stage.fusionauth.io/samlv2/sp/af59262c-79ba-48c6-a0a2-4ab1d2fc15d3" rel="nofollow ugc">https://company-stage.fusionauth.io/samlv2/sp/af59262c-79ba-48c6-a0a2-4ab1d2fc15d3</a></strong>) in the <strong>Issuer</strong> field.</li>
</ol>
<p dir="auto">By doing this, FusionAuth will recognize the SAML request and correctly map it to Application B.</p>
]]></description><link>https://fusionauth.io/community/forum/post/7785</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7785</guid><dc:creator><![CDATA[wesley]]></dc:creator><pubDate>Thu, 30 Jan 2025 21:37:12 GMT</pubDate></item></channel></rss>