Server/http/getToken.http

6 lines
258 B
Text
Raw Normal View History

2025-02-01 14:18:34 +01:00
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)%}