Authorization
Starting now, Miele supports an additional OAuth2 Provider that can be used to issue tokens with device-specific permissions.
The new Miele OAuth2 Provider supports the following endpoints and should be used for your developments.
- Auth URL:
https://auth.domestic.miele-iot.com/partner/realms/mcs/protocol/openid-connect/auth
- Token URL:
https://auth.domestic.miele-iot.com/partner/realms/mcs/protocol/openid-connect/token
The legacy OAuth provider with the following endpoints is still active for now:
- Auth URL:
https://api.mcs3.miele.com/thirdparty/login
- Token URL:
https://api.mcs3.miele.com/thirdparty/token
However, it will be phased out in the future and shouldn't be used for new developments. Please adapt your implementation for use of the new OAuth provider in the near future.
Important: Only the Authorization Code Grant Flow is supported.