<div dir="ltr"><span style="font-size:12.8000001907349px">Hello Everybody,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I am new to keycloak and playing around a little. I have small REST service i have deployed in the keycloak server and am trying to secure it. This is how far i have gotten:</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">1) I got the basic auth running.</div><div style="font-size:12.8000001907349px">2 ) I was abel to force SSL all through. Using a truststore in the adapter and the necessary settings in standalone.xml</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">to take a step further i added:</div><div style="font-size:12.8000001907349px"><div>&lt;authentication&gt;</div><div>&lt;truststore path=&quot;server.truststore&quot; relative-to=&quot;jboss.server.config.dir&quot; keystore-password=&quot;mypassword&quot;/&gt;</div><div>&lt;/authentication&gt;</div><div><br></div></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">to the security-realm which i used in step 2 to enable SSL</span>, added the truststore to the required directory. How ever this broke the application partly. I can reach the master-realm login and admin console. When i go to the URL of the REST service i am redirected to the loginpage of my application realm. But after sucessfully logging in, i get a 403 forbidden and &quot;SSLPeerUnverifiedException: peer not authenticated&quot; error in the logs.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Does any one have an idea why? The only thing that changed from one way SSL to two-way SSL is the undertow configuration, why does it disturb the adapter?</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Best,</div><div style="font-size:12.8000001907349px">Sahil</div></div>