<div dir="ltr">Hi.  I am trying to get this sample application working against a local keycloak instance<div><br></div><div><a href="https://github.com/spring-cloud-samples/sso">https://github.com/spring-cloud-samples/sso</a><br></div><div><br></div><div>As I understand it, it&#39;s a Spring Boot application using Spring Security to support SSO.  And I can&#39;t get it (as the client) to interact with the KeyCloak authentication server.</div><div><br></div><div>If I just add the configuration for the Spring Boot adapter alone, it attempts to call out to KeyCloak but the url always includes a redirect_uri parameter, which Keycloak doesn&#39;t like and displays an error instead of a login screen.</div><div><br></div><div>I&#39;ve then tried to add, in addition to the Spring Boot configuration, the integration with Spring Security (the next section in the KeyCloak documentation).  When I that, however, the server complains because it cannot find the keycloak.json file.  Which isn&#39;t there because I&#39;ve added the details to the application.yml file (as directed by the Spring Boot config)</div><div><br></div><div>Is there some last step that I need to do to get these working?  I&#39;m new to Spring Boot. so I&#39;m not sure I know how to step through it&#39;s configuration to see why it insists on sending the redirect_uri, and including Spring Security seems like a miss.</div><div><br></div><div>Thanks for any help,</div><div>Ed</div></div>