2024-09-11 10:40:00 +02:00
|
|
|
POST http://localhost:9090/realms/LF12/protocol/openid-connect/token
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
grant_type=password&client_id=lf12&username=lf12_test_user&password=secret
|
|
|
|
|
2025-02-05 12:30:05 +01:00
|
|
|
> {% client.global.set("token", response.body.access_token); %}
|