/keycloak-rest-repo

Plugin para consumo de identidades en Keycloak mediante API Rest

Primary LanguageJava

keycloak-rest-repo

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

Compile module

mvn clean package

Run project

docker-compose up

Test

How it works

Realm configuration

A realm is automatically imported to simplify testing. This realm has the following configuration:

Troubleshooting

  • 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