fix: add openid scope to get bearer token request
This commit is contained in:
parent
8cb045fcbe
commit
1a4b3f073f
1 changed files with 1 additions and 1 deletions
|
@ -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); %}
|
Loading…
Add table
Add a link
Reference in a new issue