Server/http/getToken.http
Snoweuph d2ef6fadef
Some checks failed
Quality Check / Validate OAS (push) Successful in 37s
Build Application / build (push) Successful in 1m5s
Build Application / build-docker (push) Failing after 9s
Build Application / release (push) Has been skipped
Quality Check / Linting (push) Successful in 56s
Quality Check / Testing (push) Successful in 44s
Quality Check / Static Analysis (push) Successful in 1m8s
chore: setup
2025-02-01 14:50:47 +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)%}