Skip to content

Commit

Permalink
Merge pull request #29 from benceszasz/dev
Browse files Browse the repository at this point in the history
CareLink authentication server changed
  • Loading branch information
benceszasz committed Jun 28, 2023
2 parents 98b7212 + ec6c0c9 commit 2536227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ protected Response doLogin(Response loginSessionResponse) throws IOException {
.add("actionButton", "Log in")
.build();

url = new HttpUrl.Builder().scheme("https").host("mdtlogin.medtronic.com")
url = new HttpUrl.Builder().scheme("https").host("mdtlogin-ocl.medtronic.com")
.addPathSegments("mmcl/auth/oauth/v2/authorize/login").addQueryParameter("locale", CARELINK_LOCALE_EN)
.addQueryParameter("country", this.carelinkCountry).build();

Expand Down

0 comments on commit 2536227

Please sign in to comment.