- Golang 1.21 or higher
- Docker installed
- Docker compose installed
Run the dockerized keycloak application under the kc folder typing:
docker-compose run -d
- Create the a realm
- inside the realm create a client
First you need to import the library gocloak typing the following command in the root of the applcation project:
go get github.com/Nerzal/gocloak/v13