LF8/requests/GetBearerToken.http
Phan Huy Tran af090bfeb8
Some checks failed
Quality Check / Tests (pull_request) Successful in 59s
Quality Check / Checkstyle Main (pull_request) Successful in 45s
Build PR / Build and analyze (pull_request) Successful in 1m53s
gitea-sonarqube-bot ERROR
Line ending
2024-10-02 08:49:44 +02: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); %}