<?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[OpenID Service provided link does not work with Identity Providers]]></title><description><![CDATA[<p dir="auto"><strong>Description</strong></p>
<p dir="auto">After successfully creating an OpenID Identity Provider, you can activate the registration for a FusionAuth app, so you can register with a UI button via the specific provider.<br />
Though, if you try to use the direct link by your 3rd party service application, you get the following error:</p>
<pre><code>{
  "error" : "invalid_request",
  "error_description" : "The request is missing a required parameter: redirect_uri",
  "error_reason" : "missing_redirect_uri"
}
</code></pre>
<p dir="auto">To be a little more specific, I created my Discord Identity Provider, which I wanted to use via the link I get from the Discord Application:</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1635956697910-3d792b38-70f0-401a-b158-76627636da62-image.png" alt="3d792b38-70f0-401a-b158-76627636da62-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This link however does not work as I get the error above. On the other hand, the button to register, which FusionAuth provides, does work.<br />
Though, I need for my service the direct link (because I'm having my own buttons, etc.), which does not work.</p>
<p dir="auto">Am I making something absolutely wrong or does FusionAuth simply not provide the needed functions?</p>
<p dir="auto"><strong>My Configuration</strong></p>
<p dir="auto">The link I get from the Discord Application (which includes a <code>redirect_uri</code>) :</p>
<p dir="auto"><a href="https://discord.com/api/oauth2/authorize?client_id=XXX&amp;redirect_uri=https%3A%2F%2FXXX%2Foauth2%2Fcallback&amp;response_type=code&amp;scope=identify%20email" rel="nofollow ugc">https://discord.com/api/oauth2/authorize?client_id=XXX&amp;redirect_uri=https%3A%2F%2FXXX%2Foauth2%2Fcallback&amp;response_type=code&amp;scope=identify email</a></p>
<p dir="auto">My FusionAuth Identity Provider configuration:</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1635956736390-7ccf74fb-ef53-4997-b1a3-7b455199e69d-image-resized.png" alt="7ccf74fb-ef53-4997-b1a3-7b455199e69d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">PS: No debug or other logs appear.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1346/openid-service-provided-link-does-not-work-with-identity-providers</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 11:29:30 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/1346.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Nov 2021 16:27:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OpenID Service provided link does not work with Identity Providers on Fri, 12 Nov 2021 20:38:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1181">@chrissmueller328</a></p>
<p dir="auto">There is some discussion of this (mostly focused on SAML, but OIDC is referenced and considered as well)</p>
<p dir="auto"><a href="https://github.com/FusionAuth/fusionauth-issues/issues/566" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/566</a></p>
<p dir="auto">I will review further and see if the team has any other thoughts.</p>
<p dir="auto">Thanks,<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/post/3940</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3940</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Fri, 12 Nov 2021 20:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to OpenID Service provided link does not work with Identity Providers on Thu, 11 Nov 2021 19:13:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/645">@joshua</a></p>
<p dir="auto">So, you say, the only thing I can do at the moment is to request a new feature and to be patient?</p>
<p dir="auto">Or can I use this request, which then links to discord via the <code>redirect_uri</code>?</p>
<pre><code>GET /oauth2/authorize?client_id={client_id}&amp;redirect_uri={redirect_uri}&amp;response_type=code&amp;tenantId={tenantId}
</code></pre>
<p dir="auto">But, thanks so far for you help,<br />
Chriss</p>
]]></description><link>https://fusionauth.io/community/forum/post/3939</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3939</guid><dc:creator><![CDATA[chrissmueller328]]></dc:creator><pubDate>Thu, 11 Nov 2021 19:13:17 GMT</pubDate></item><item><title><![CDATA[Reply to OpenID Service provided link does not work with Identity Providers on Thu, 11 Nov 2021 17:28:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1181">@chrissmueller328</a></p>
<p dir="auto">My sense is this will be a feature request to be considered -</p>
<p dir="auto"><a href="https://github.com/FusionAuth/fusionauth-issues/issues/new/choose" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/new/choose</a></p>
<p dir="auto">What you are attempting to do here seems very closely aligned with idp initiated login for SAML (with some differences, of course).</p>
<p dir="auto">Another use case adjacent to this discussion is using the <code>idp_hint</code> parameter if available.</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/oauth/endpoints/" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/endpoints/</a></p>
<p dir="auto">Thanks,<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/post/3938</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3938</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Thu, 11 Nov 2021 17:28:16 GMT</pubDate></item><item><title><![CDATA[Reply to OpenID Service provided link does not work with Identity Providers on Thu, 11 Nov 2021 14:19:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/645">@joshua</a></p>
<p dir="auto">Yeah, I already thought so, that this way of using is not directly intended.</p>
<p dir="auto">I have a dashboard for linking user accounts with our own accounts. We want to use FusionAuth for that, so we try to send the user from the button of our own website directly to the link provided by Discord.</p>
<p dir="auto">Does FusionAuth provide some kind of that link?</p>
<p dir="auto">Thanks too for helping,<br />
Chriss</p>
]]></description><link>https://fusionauth.io/community/forum/post/3937</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3937</guid><dc:creator><![CDATA[chrissmueller328]]></dc:creator><pubDate>Thu, 11 Nov 2021 14:19:04 GMT</pubDate></item><item><title><![CDATA[Reply to OpenID Service provided link does not work with Identity Providers on Thu, 11 Nov 2021 00:05:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1181">@chrissmueller328</a></p>
<p dir="auto">I can't say what specifically is occurring here, but this is a flow that we don't enable by default.</p>
<p dir="auto">What we typically expect is</p>
<p dir="auto"><code>FusionAuth SP -&gt; Discord IDP to Auth user -&gt; back to FusionAuth</code></p>
<p dir="auto">Can you expand on the flow you are trying to enable?  What does this link directly from discord attempt to "solve" for you?</p>
<p dir="auto">Thanks,<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/post/3936</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3936</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Thu, 11 Nov 2021 00:05:01 GMT</pubDate></item><item><title><![CDATA[Reply to OpenID Service provided link does not work with Identity Providers on Wed, 10 Nov 2021 16:19:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/645">@joshua</a></p>
<p dir="auto">No, absolutely not. I could easily follow the whole documentation.<br />
If you want so, everything works fine. If I activate the "Login via Discord" button in FusionAuth, I can login with Discord. But, if I don't want to use the button, but instead the provided link by Discord, it doesn't work.</p>
<p dir="auto">I think, FusionAuth creates some kind of "session" when using 3rd-party OAuth, which does not work, when you get sent back to FusionAuth directly by Discord and not FusionAuth itself. (I hope it was clear enough)</p>
<p dir="auto">Thanks for you reply,<br />
Chriss</p>
]]></description><link>https://fusionauth.io/community/forum/post/3935</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3935</guid><dc:creator><![CDATA[chrissmueller328]]></dc:creator><pubDate>Wed, 10 Nov 2021 16:19:58 GMT</pubDate></item><item><title><![CDATA[Reply to OpenID Service provided link does not work with Identity Providers on Tue, 09 Nov 2021 18:41:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1181">@chrissmueller328</a></p>
<p dir="auto">To confirm, are you having this issue while following along with the below documentation?</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/identity-providers/openid-connect/discord/#configure-openid-connect-with-discord" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/identity-providers/openid-connect/discord/#configure-openid-connect-with-discord</a></p>
<p dir="auto">Thanks,<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/post/3928</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3928</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Tue, 09 Nov 2021 18:41:37 GMT</pubDate></item></channel></rss>