Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-16T02:48:54.000Z (8 months ago)
- Last Synced: 2024-04-24T03:06:50.869Z (8 months 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 urlcurl -XGET http://localhost:3000/token