Server/http/getToken.http
Snoweuph 92f03cd349
All checks were successful
Build Application / build (push) Successful in 1m5s
Quality Check / Validate OAS (push) Successful in 39s
Build Application / build-docker (push) Successful in 33s
Build Application / release (push) Successful in 8s
Quality Check / Linting (push) Successful in 1m0s
Quality Check / Testing (push) Successful in 49s
Quality Check / Static Analysis (push) Successful in 1m0s
chore: setup
2025-02-01 14:55:19 +01:00

6 lines
No EOL
258 B
HTTP

POST https://keycloak.szut.dev/auth/realms/szut/protocol/openid-connect/token
Content-Type: application/x-www-form-urlencoded
grant_type=password&client_id=employee-management-service&username=user&password=test
> {%client.log(response.body.access_token)%}