This project is part of FIWARE OPS infrastructure. It provides auth token from Keyrock to communicate with software protected by Wilma.
$ docker run -it --rm \
-p 0.0.0.0:${PORT}:${PORT} \
fiware/service.idmtokenprovider \
--ip 0.0.0.0 \
--port ${PORT} \
--config ${PATH_TO_CONFIG}
$ curl http://localhost:${PORT}/ping
Sample config is located here.
Ping
$ curl http://localhost:${PORT}/ping
Get version
$ curl http://localhost:${PORT}/version
Get token
$ curl -XPOST -d "username=${USER}&password=${PASSWORD}" http://localhost:${PORT}/$PROJECT