fix: add openid scope to get bearer token request

This commit is contained in:
Phan Huy Tran 2025-03-26 13:05:24 +01:00 committed by Jan K9f
parent 8cb045fcbe
commit 1a4b3f073f

View file

@ -1,6 +1,6 @@
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
grant_type=password&client_id=lf12&username=lf12_test_user&password=secret&scope=openid
> {% client.global.set("token", response.body.access_token); %}