Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maaaae/keycloak
keycloak
https://github.com/maaaae/keycloak
Last synced: 11 days ago
JSON representation
keycloak
- Host: GitHub
- URL: https://github.com/maaaae/keycloak
- Owner: MAAAAE
- License: apache-2.0
- Created: 2024-07-07T13:34:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T15:23:39.000Z (about 1 month ago)
- Last Synced: 2024-10-18T11:07:11.019Z (about 1 month ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keycloak
- Identity Provider (IdP) open source project
## how to start
### 1. run docker compose separately
```shell
docker compose -f docker-compose-local.yml up -d --build
```## 2. run create_user.sh script
```shell
cd script
./create_user.sh
```- if you try to login with created username and password, keycloak will force you to change temporary password
- If the script does not run correctly, please ensure that the Docker container name is "keycloak".## 3. how to test login feature
1. http://localhost:18080/realms/myrealm/account
## Copyright
This project pulls Keycloak via Docker. Keycloak is licensed under the Apache License 2.0. For more details, please refer to [Keycloak's license](https://www.keycloak.org/downloads).