<div dir="ltr">Hi,<div><br></div><div>The elytron client configuration (wildfly-config.xml) can be configured to use the OAUTHBEARER [1]. You also need to configure SASL OAUTHBEARER on the server so that client and server can negotiate the mechanism.</div><div><br></div><div>The client configuration is using client credentials to obtain the token from Keycloak (or any other OAuth compliant server), but you can also use resource owner password grant type [2].</div><div><br></div><div>Regards,</div><div>Pedro Igor</div><div><br></div><div>[1] <a href="https://gist.github.com/pedroigor/6f8e69d8a31d792af9fc5c67eb6b9cab">https://gist.github.com/pedroigor/6f8e69d8a31d792af9fc5c67eb6b9cab</a></div><div>[2] <a href="https://docs.wildfly.org/16/Client_Guide.html#authentication-client">https://docs.wildfly.org/16/Client_Guide.html#authentication-client</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 2, 2019 at 6:18 AM Besenti Samson &lt;<a href="mailto:besenti.samson@gmail.com" target="_blank">besenti.samson@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><br><div style="height:82px"></div><div style="margin:16px 0px"><div><div dir="auto">I am trying to configure elytron in wildfly 16 to secure ejbs using keycloak 6.0 that are accessed by a java client. Has anyone done a working example of this that I can follow? Specifically by way of the standalone.xml config and wildfly-config.xml. I have successfully stepped through an example using jboss properties file realm but getting lost when it comes to keycloak.</div></div></div><div style="height:0px"></div></div><div style="font-family:sans-serif;font-size:12.8px;height:80px" dir="auto"></div><br></div>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a></blockquote></div>