Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to log in (US) since 2024-11-15 #26

Open
greencoder opened this issue Nov 17, 2024 · 0 comments
Open

Unable to log in (US) since 2024-11-15 #26

greencoder opened this issue Nov 17, 2024 · 0 comments

Comments

@greencoder
Copy link

Something happened on Friday, Nov 15 that broke my ability to log in to the US servers.

When this URL is fetched:
https://clcloud.minimed.eu/connect/carepartner/v6/discover/android/3.1

The US region's SSOConfigureation URL (https://carelink.minimed.com/configs/v1/sso_cp_us_v6.json) returns a 404. The EU URL (https://carelink.minimed.eu/configs/v1/eu_sso_cp_eu_v6.json) still works:

"CP": [
  {
    "region": "US",
    "SSOConfiguration": "https://carelink.minimed.com/configs/v1/sso_cp_us_v6.json",
    "baseUrlCareLink": "https://carelink.minimed.com/api/carepartner/v2",
    "baseUrlCumulus": "https://clcloud.minimed.com/connect/carepartner/v6",
    "baseUrlPde": "https://clcloud.minimed.com/connect/pde/v2",
    "baseUrlAem": "https://www.medtronic.com/content/dam/emc"
  },
  {
    "region": "EU",
    "SSOConfiguration": "https://carelink.minimed.eu/configs/v1/eu_sso_cp_eu_v6.json",
    "baseUrlCareLink": "https://carelink.minimed.eu/api/carepartner/v2",
    "baseUrlCumulus": "https://clcloud.minimed.eu/connect/carepartner/v6",
    "baseUrlPde": "https://clcloud.minimed.eu/connect/pde/v2",
    "baseUrlAem": "https://www.medtronic.com/content/dam/emc"
  }
]

I'm not sure how to diagnose what is wrong. I can still log in fine via the Carelink iOS app, but I'm not able to proxy the traffic because of iOS SSL pinning so I can't see if the discovery URL has changed.

Any suggestions for things to try would be greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant