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
- Host: GitHub
- URL: https://github.com/croz-ltd/camel-example-soap-to-rest-with-keycloak
- Owner: croz-ltd
- Created: 2019-10-23T18:37:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T21:13:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T04:17:43.499Z (7 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run Keycloack server:
```shell script
docker run -e KEYCLOAK_USER=user -e KEYCLOAK_PASSWORD=password jboss/keycloak
```