<?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[Alternative to &quot;oauth proxy&quot;?]]></title><description><![CDATA[<p dir="auto">I wanted to look into packaging <a href="https://forum.cloudron.io/topic/1438/cloud-torrent">https://forum.cloudron.io/topic/1438/cloud-torrent</a>, but the progam itself only offers auth through a single username:password combination passed as an env variable and therefore was looking into ways to put auth into the nginx reverse proxy.</p>
<p dir="auto"><a href="https://cloudron.io/developer/packaging/" target="_blank" rel="noopener noreferrer nofollow ugc">https://cloudron.io/developer/packaging/</a> still refers to the following:</p>
<blockquote>
<p dir="auto">For app that have no user management at all, the Cloudron implements an OAuth proxy that optionally lets the Cloudron admin make the app visible only for logged in users.</p>
</blockquote>
<p dir="auto">but searching for more references to it end up at a gitlab ticket that states that it was removed.</p>
<p dir="auto">Are there any alternatives to it?</p>
]]></description><link>https://forum.cloudron.io/topic/1451/alternative-to-oauth-proxy</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 07:18:25 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/1451.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Sep 2018 15:50:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Alternative to &quot;oauth proxy&quot;? on Wed, 11 Nov 2020 17:46:47 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://forum.cloudron.io/topic/3682/proxyauth-addon">https://forum.cloudron.io/topic/3682/proxyauth-addon</a> is the new alternative which uses LDAP.</p>
]]></description><link>https://forum.cloudron.io/post/18843</link><guid isPermaLink="true">https://forum.cloudron.io/post/18843</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 11 Nov 2020 17:46:47 GMT</pubDate></item><item><title><![CDATA[Reply to Alternative to &quot;oauth proxy&quot;? on Wed, 05 Sep 2018 11:12:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/2178">Alternative to "oauth proxy"?</a>:</p>
<blockquote>
<p dir="auto">we felt we cannot win on our own <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=c3aa4c12b7e" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
</blockquote>
<p dir="auto">yes, the world would be a better place if all applications would properly support oauth2 or even better openid connect. I will anyways first give <a href="https://github.com/bitly/oauth2_proxy" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/bitly/oauth2_proxy</a> a try and if that does not work I'll configure mod_authnz_ldap in the apache bundled in the base image.</p>
]]></description><link>https://forum.cloudron.io/post/2183</link><guid isPermaLink="true">https://forum.cloudron.io/post/2183</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Wed, 05 Sep 2018 11:12:28 GMT</pubDate></item><item><title><![CDATA[Reply to Alternative to &quot;oauth proxy&quot;? on Tue, 04 Sep 2018 20:52:25 GMT]]></title><description><![CDATA[<p dir="auto">You probably know this... but we started with OAuth integration is all our apps. Over time, we gave up on that since it is far too hard to integrate OAuth into each and every app. Given that OAuth is not really a "standard", we had to create Cloudron OAuth specific patches for each app. And then we have to fight hard with each upstream project to get Cloudron OAuth code merged. Just too much trouble and we felt we cannot win on our own <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=c3aa4c12b7e" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
]]></description><link>https://forum.cloudron.io/post/2178</link><guid isPermaLink="true">https://forum.cloudron.io/post/2178</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 04 Sep 2018 20:52:25 GMT</pubDate></item><item><title><![CDATA[Reply to Alternative to &quot;oauth proxy&quot;? on Mon, 03 Sep 2018 07:25:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> ,</p>
<p dir="auto">ok was already expecting something like this. I'd have to argue that the "browser redirect hops" are something that most users will probably be accustomed with by now as this is the same as all the "login with facebook", "login with google" and "login with github" buttons all over the web. But of course ldap has its benefits as well.</p>
<p dir="auto">I meanwhile started working to include <a href="https://github.com/bitly/oauth2_proxy" target="_blank" rel="noopener noreferrer nofollow ugc">oauth2_proxy</a> into <a href="https://git.cloudron.io/fbartels/cloud-torrent" target="_blank" rel="noopener noreferrer nofollow ugc">my take on cloud torrent</a>. Will probably continue next weekend.</p>
]]></description><link>https://forum.cloudron.io/post/2172</link><guid isPermaLink="true">https://forum.cloudron.io/post/2172</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Mon, 03 Sep 2018 07:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to Alternative to &quot;oauth proxy&quot;? on Mon, 03 Sep 2018 06:04:32 GMT]]></title><description><![CDATA[<p dir="auto">That is correct, it was removed altogether. It was too confusing to users, as the oauth view put a non-app ui in front and it was not clear for users without explanation. We  have to fix up that documentation piece, thanks for the hint.</p>
<p dir="auto">There is also no alternative without patching the app or contribution some kind of login view upstream. For which we prefer LDAP over OAuth for the same reason, to not have those browser redirect hops.</p>
]]></description><link>https://forum.cloudron.io/post/2170</link><guid isPermaLink="true">https://forum.cloudron.io/post/2170</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 03 Sep 2018 06:04:32 GMT</pubDate></item></channel></rss>