How to install Keycloak adapter using full profile
Normally we need full profile when we are dealing with a messaging requirement. In our case we use ActiveMQ. Wildfly's profile differe...
https://www.czetsuyatech.com/2017/11/how-to-install-keycloak-adapter-using.html
Normally we need full profile when we are dealing with a messaging requirement. In our case we use ActiveMQ.
Wildfly's profile differences are well explained here: https://stackoverflow.com/questions/26342201/what-is-the-difference-between-standalone-full-and-standalonefull-ha
Now, what if we want to install a keycloak adapter using such profile. Here are the steps:
As a bonus, we could configure eclipse to run using our desired profile.
Wildfly's profile differences are well explained here: https://stackoverflow.com/questions/26342201/what-is-the-difference-between-standalone-full-and-standalonefull-ha
Now, what if we want to install a keycloak adapter using such profile. Here are the steps:
- Open adapter-install-offline.cli in WILDFLY_HOME/bin, we assume that you already extract the wildfly adapter zipped accordingly.
- Replace embed-server with the profile you need (I need full):
>embed-server --server-config=standalone-full.xml - Run : adapter-install-offline.cli
>jboss-cli.bat --file=adapter-install-offline.cli
As a bonus, we could configure eclipse to run using our desired profile.
Post a Comment