Server/http/getToken.http
Snoweuph fef2ac97cd
Some checks failed
Build Application / build-docker (push) Blocked by required conditions
Build Application / release (push) Blocked by required conditions
Build Application / build (push) Has been cancelled
Quality Check / Testing (push) Has been cancelled
Quality Check / Static Analysis (push) Has been cancelled
Quality Check / Linting (push) Has been cancelled
Quality Check / Validate OAS (push) Has been cancelled
chore: setup
2025-02-01 14:47:05 +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)%}