Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maaaae/keycloak

keycloak
https://github.com/maaaae/keycloak

Last synced: 11 days ago
JSON representation

keycloak

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).