Skip to content

Commit

Permalink
Use long options for hydra clients command
Browse files Browse the repository at this point in the history
That way it is easier to read what given command does.
  • Loading branch information
kokosing committed Jun 30, 2021
1 parent eeb65d4 commit cd350f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ public void createClient(
"--id", clientId,
"--secret", clientSecret,
"--audience", String.join(",", audiences),
"-g", "authorization_code,refresh_token,client_credentials",
"-r", "token,code,id_token",
"--grant-types", "authorization_code,refresh_token,client_credentials",
"--response-types", "token,code,id_token",
"--scope", "openid,offline",
"--token-endpoint-auth-method", tokenEndpointAuthMethod.getValue(),
"--callbacks", callbackUrl)
Expand Down

0 comments on commit cd350f5

Please sign in to comment.