LF8/GetBearerToken.http
Phan Huy Tran a93d569783
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m7s
Quality Check / Checkstyle Main (pull_request) Failing after 1m5s
Rebase
2024-09-25 12:52:05 +02:00

6 lines
287 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.global.set("auth_token", response.body.access_token); %}