Skip to content

Commit

Permalink
remove grant type
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Nov 1, 2023
1 parent b954e8e commit 7fc6619
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public abstract class IntegrationTestBase {
.formParams(Map.of(
"username", username,
"password", password,
"grant_type", "password",
"client_id", getKeycloakClientId(),
"client_secret", getKeycloakClientSecret()
))
Expand Down

0 comments on commit 7fc6619

Please sign in to comment.