Skip to content

Commit

Permalink
Adapt keycloak client to changed URL
Browse files Browse the repository at this point in the history
Keycloak container seemingly changed  the URL for authentication.
We should adapt our client.
  • Loading branch information
fedinskiy committed Nov 24, 2023
1 parent 283b182 commit a41e264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class KeycloakService extends BaseService<KeycloakService> {
private static final String PASSWORD = "admin";
private static final int HTTP_80 = 80;

private String realmBasePath = "auth/realms";
private String realmBasePath = "realms";
private final String realm;

/**
Expand Down

0 comments on commit a41e264

Please sign in to comment.