minor improve in fuse example
This commit is contained in:
parent
96e188bcae
commit
56a9451128
2 changed files with 2 additions and 3 deletions
|
@ -20,7 +20,6 @@ public class CamelHelloProcessor implements Processor {
|
|||
String username = accessToken.getPreferredUsername();
|
||||
String fullName = accessToken.getName();
|
||||
|
||||
// send a html response with fullName from LDAP
|
||||
exchange.getOut().setBody("Hello " + username + "! Your full name is " + fullName + ".");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,10 +29,10 @@ This file contains configuration of the client application, which is used by JAA
|
|||
|
||||
4) Start Fuse and install `keycloak` JAAS realm into Fuse. This could be done easily by installing `keycloak-jaas` feature, which has JAAS realm predefined
|
||||
(you are able to override it by using your own `keycloak` JAAS realm with higher ranking). As long as you already installed `keycloak-fuse-example` feature as mentioned
|
||||
in [examples readme](../README.md), you can skip this step as `keycloak-jaas` is installed already. Otherwise use those commands (replace Keycloak version with current one):
|
||||
in [examples readme](../README.md), you can skip this step as `keycloak-jaas` is installed already. Otherwise use those commands (replace Keycloak version in this command with the current version):
|
||||
|
||||
```
|
||||
features:addurl mvn:org.keycloak/keycloak-osgi-features/1.1.0.Final/xml/features
|
||||
features:addurl mvn:org.keycloak/keycloak-osgi-features/1.2.0.Beta1/xml/features
|
||||
features:install keycloak-jaas
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue