Scroll translation info |
---|
...
username - use realm user
password- user password as set
client_id - client id configured in keycloak realm
client_secret - client secret associated to client in keycloak realm
grant_type - password
Code Block | ||
---|---|---|
| ||
username=[username]&password=[userpassword]&grant_type=password&client_secret=[client_secret]&client_id=HDC+Client+for+auto+tests |
...