https://github.com/kiquetal/tokenier-api
A simple fastify image to request keycloak token
https://github.com/kiquetal/tokenier-api
fastify keycloak oidc-token
Last synced: about 1 year ago
JSON representation
A simple fastify image to request keycloak token
- Host: GitHub
- URL: https://github.com/kiquetal/tokenier-api
- Owner: kiquetal
- Created: 2024-04-11T15:15:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T02:48:54.000Z (about 2 years ago)
- Last Synced: 2025-02-01T07:20:10.128Z (over 1 year ago)
- Topics: fastify, keycloak, oidc-token
- Language: Smarty
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### A simple docker imagae to request token using client credentials flow
#### Prerequisites
Set `CLIENT_ID` and `CLIENT_SECRET` environment variable
Set `KEYCLOAK_URL` environment variable to the keycloak server url
#### How to run
npm install
npm start
### Execute the url
curl -XGET http://localhost:3000/token