An open API service indexing awesome lists of open source software.

https://github.com/croz-ltd/camel-example-soap-to-rest-with-keycloak

Example project for usage of Apache Camel to transfrom SOAP to REST and in between call Keycloak to check for UsernameToken
https://github.com/croz-ltd/camel-example-soap-to-rest-with-keycloak

Last synced: about 1 month ago
JSON representation

Example project for usage of Apache Camel to transfrom SOAP to REST and in between call Keycloak to check for UsernameToken

Awesome Lists containing this project

README

          

Run Keycloack server:

```shell script
docker run -e KEYCLOAK_USER=user -e KEYCLOAK_PASSWORD=password jboss/keycloak
```