Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
removed /auth from keycloak url
Browse files Browse the repository at this point in the history
  • Loading branch information
dreske committed Feb 17, 2023
1 parent 9d0833c commit e391c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public LocalDateTime cancelAccount(String partnerId, LocalDateTime cancellationD

private String requestToken() {
final var response = iamWebClient.post()
.uri("/auth/realms/qt/protocol/openid-connect/token")
.uri("/realms/qt/protocol/openid-connect/token")
.header(HttpHeaders.CONTENT_TYPE, MediaType.APPLICATION_FORM_URLENCODED_VALUE)
.headers(httpHeaders -> httpHeaders.setBasicAuth(username, password))
.body(
Expand Down

0 comments on commit e391c56

Please sign in to comment.