<div dir="ltr">Hi everyone,<div><br></div><div>I am trying to make a simple test and configure a keycloak proxy to protect an application running on <a href="http://localhost:8280/backend/">http://localhost:8280/backend/</a></div><div><br></div><div>1. </div><div>My proxy.json configuration looks like the following:</div><div><div><br></div><div>{</div><div>    &quot;target-url&quot;: &quot;<a href="http://localhost:8280/">http://localhost:8280/</a>&quot;,</div><div>    &quot;send-access-token&quot;: false,</div><div>    &quot;bind-address&quot;: &quot;localhost&quot;,</div><div>    &quot;http-port&quot;: &quot;8080&quot;,</div><div>    &quot;applications&quot;: [</div><div>        {</div><div>            &quot;base-path&quot;: &quot;/backend&quot;,</div><div>            &quot;error-page&quot;: &quot;/error.html&quot;,</div><div>            &quot;adapter-config&quot;: {</div><div>                &quot;realm&quot;: &quot;demo&quot;,</div><div>                &quot;resource&quot;: &quot;sandbox-backend&quot;,</div><div>                &quot;realm-public-key&quot;: &quot;MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQAB&quot;,</div><div>                &quot;auth-server-url&quot;: &quot;<a href="http://localhost:8180/auth">http://localhost:8180/auth</a>&quot;,</div><div>                &quot;ssl-required&quot; : &quot;external&quot;,</div><div>                &quot;credentials&quot;: {</div><div>                    &quot;secret&quot;: &quot;9323cdd6-7e0e-46ce-814f-b5ac79581395&quot;</div><div>                }</div><div>            }</div><div>            </div><div>        }</div><div>    ]</div><div>}</div></div><div><br></div><div>2.</div><div>I&#39;ve started the proxy server as specified in the documentation &quot;java -jar bin/launcher.jar proxy.json&quot;</div><div>I am getting an error &quot;ERROR: UT005026: Jetty ALPN support not found on boot class path, SPDY client will not be available.&quot;, but the server still starts, I don&#39;t think there should be a problem with that...</div><div><br></div><div>3. In the admin console (keycloak running on port 8180) I&#39;ve configured the backend application like the following:</div><div><img src="cid:ii_ih6bg3io1_1512014bbe72a213" width="690" height="422" style="margin-right: 0px;"></div><div><br></div><div>Could you tell me what I am doing wrong? When I put in the app&#39;s url in the browser it goes directly to the application...</div><div><br></div><div>Thanks,</div><div>Adrian  <br>​<br></div></div>