<?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[Support application&#x2F;x-www-form-urlencoded for the OAuth 2.0 token endpoint]]></title><description><![CDATA[<p dir="auto"><strong>Environment</strong></p>
<ul>
<li>MultiPortal Version: 1.2.1</li>
<li>Proxmox VE Version: 9.2.6</li>
<li>Deployment Type: HA Cluster</li>
</ul>
<p dir="auto"><strong>Description</strong><br />
We are integrating MultiPortal with an existing ITSM system using the OAuth 2.0 client credentials flow.</p>
<p dir="auto">The ITSM system sends token requests with the content type:</p>
<pre><code>application/x-www-form-urlencoded
</code></pre>
<p dir="auto">However, the MultiPortal endpoint <code>/access/get-token</code> currently only accepts:</p>
<pre><code>multipart/form-data
</code></pre>
<p dir="auto">This content-type mismatch prevents the ITSM system from completing the OAuth authentication flow.</p>
<p dir="auto"><strong>Expected Behavior</strong><br />
The endpoint <code>/access/get-token</code> should accept valid OAuth 2.0 token requests encoded as <code>application/x-www-form-urlencoded</code>, including client credentials sent in the request body.</p>
<p dir="auto">Support for the existing <code>multipart/form-data</code> format should remain available for backward compatibility.</p>
<p dir="auto"><strong>Actual Behavior</strong><br />
The endpoint <code>/access/get-token</code> only accepts requests encoded as <code>multipart/form-data</code>.</p>
<p dir="auto">Requests sent with <code>application/x-www-form-urlencoded</code> are rejected, preventing the ITSM system from completing the OAuth 2.0 client credentials flow.</p>
]]></description><link>https://forum.multiportal.io/topic/96/support-application-x-www-form-urlencoded-for-the-oauth-2.0-token-endpoint</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 20:07:58 GMT</lastBuildDate><atom:link href="https://forum.multiportal.io/topic/96.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Sep 2026 11:13:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Support application&#x2F;x-www-form-urlencoded for the OAuth 2.0 token endpoint on Mon, 07 Sep 2026 12:37:50 GMT]]></title><description><![CDATA[<p dir="auto">Interesting suggestion, are you able to DM me the name of the ITSM solution?</p>
]]></description><link>https://forum.multiportal.io/post/301</link><guid isPermaLink="true">https://forum.multiportal.io/post/301</guid><dc:creator><![CDATA[Stell]]></dc:creator><pubDate>Mon, 07 Sep 2026 12:37:50 GMT</pubDate></item></channel></rss>