Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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
languagejs
username=[username]&password=[userpassword]&grant_type=password&client_secret=[client_secret]&client_id=HDC+Client+for+auto+tests

...