PMT-9: Add Local HTTP File for Getting an Access Token
This commit is contained in:
parent
558cd46a7c
commit
12d97a88d1
1 changed files with 4 additions and 0 deletions
4
http/getToken.http
Normal file
4
http/getToken.http
Normal file
|
@ -0,0 +1,4 @@
|
|||
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
|
Loading…
Reference in a new issue