Keycloak repo provider SPI to consume REST API. Integrated with Identicum rest-users-api
All user management functions are implemented:
- List all users
- Search by username
- Create user
- Modiffy user
- Modify password
- Lock/unlock user
- Delete user
mvn clean package
docker-compose up
- Navigate to http://localhost:8080/auth/realms/demorealm/account
- Select
Sign In
- Register a new user
- Sign Out
- Sign In again, as the newly registered user
A realm is automatically imported to simplify testing. This realm has the following configuration:
-
Keycloak log should detail module activity, configured in ./startup-scripts/custom.cli
-
Login to the admin console at http://localhost:8080/auth/admin/
- username: admin
- password: admin