https://github.com/webeetle/integrationexample-iam
Integration Example - IAM
https://github.com/webeetle/integrationexample-iam
Last synced: 3 months ago
JSON representation
Integration Example - IAM
- Host: GitHub
- URL: https://github.com/webeetle/integrationexample-iam
- Owner: webeetle
- Created: 2019-12-06T11:21:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T11:27:16.000Z (over 6 years ago)
- Last Synced: 2025-01-14T02:28:34.785Z (over 1 year ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bekube Integration Example - IAM
## How to run example
Install first the dependency for create a local server
```bash
$ npm install
```
after this step open keycloak.json and change placeholders values with yours, now you can start the local server
```bash
$ npm start
```