Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: #9 Reviewed-by: Constantin Simonis <constantin@simonis.lol> Reviewed-by: lziemke <lea.z4@schule.bremen.de>
6 lines
257 B
HTTP
6 lines
257 B
HTTP
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
|
|
|
|
> {% client.global.set("token", response.body.access_token); %} |