LF8/requests/GetBearerToken.http
Phan Huy Tran d047bce4ec
All checks were successful
Quality Check / Tests (push) Successful in 1m2s
Quality Check / Checkstyle Main (push) Successful in 49s
Build / Build and analyze (push) Successful in 1m58s
Release / Release (push) Successful in 35s
refactor: Add and refactor http requests (!24)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #24
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Phan Huy Tran <ptran@noreply.localhost>
Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
2024-10-02 06:34:16 +00:00

6 lines
282 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); %}